Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Last active October 4, 2020 08:24
Show Gist options
  • Save TechieBlossom/52eeaad5a00a1d2af3be4056c1f668a6 to your computer and use it in GitHub Desktop.
Save TechieBlossom/52eeaad5a00a1d2af3be4056c1f668a6 to your computer and use it in GitHub Desktop.
extension SizeExtension on num {
num get w => ScreenUtil().setWidth(this);
num get h => ScreenUtil().setHeight(this);
num get sp => ScreenUtil().setSp(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment