gap property

SizedBox get gap

Gap space: g (width & height)

Implementation

SizedBox get gap => SizedBox(width: toDouble(), height: toDouble());