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