gap property
SizedBox
get
gap
Gap space: g (width & height)
Implementation
SizedBox get gap => SizedBox(width: toDouble(), height: toDouble());
Gap space: g (width & height)
SizedBox get gap => SizedBox(width: toDouble(), height: toDouble());