y property
SizedBox
get
y
Will return Adaptive SizedBox on corresponding num value The value will assign to SizeBox Height
i.e: 60.y, means SizedBox(height:60),
Implementation
SizedBox get y => SizedBox(height: Delta().adaptiveHeight(this));