SizeExtension extension

on

Properties

h double

Available on num, provided by the SizeExtension extension

adaptive Height
no setter
px double

Available on num, provided by the SizeExtension extension

Use this method when you have pixels values available. For Example your giving 1020 pixels. just use this method right after the value like 1020.px
no setter
r double

Available on num, provided by the SizeExtension extension

Delta.radius
no setter
sh double

Available on num, provided by the SizeExtension extension

Multiple of screen height
no setter
sp double

Available on num, provided by the SizeExtension extension

Delta.setSp
no setter
spMax double

Available on num, provided by the SizeExtension extension

no setter
spMin double

Available on num, provided by the SizeExtension extension

smart size : it check your value - if it is bigger than your value it will set your value for example, you have set 16.sm() , if for your screen 16.sp() is bigger than 16 , then it will set 16 not 16.sp() I think that it is good for save size balance on big sizes of screen
no setter
sw double

Available on num, provided by the SizeExtension extension

Multiple of screen width
no setter
toPx double

Available on num, provided by the SizeExtension extension

Will Convert flutter value to pixels NOTE: The User must call this after Flutter unit like (60.toPx)
no setter
w double

Available on num, provided by the SizeExtension extension

adaptive width
no setter
x SizedBox

Available on num, provided by the SizeExtension extension

Will return Adaptive SizedBox on corresponding num value The value will assign to SizeBox width
no setter
y SizedBox

Available on num, provided by the SizeExtension extension

Will return Adaptive SizedBox on corresponding num value The value will assign to SizeBox Height
no setter