gapH property
SizedBox
get
gapH
Horizontal space (SizedBox(width: value))
Implementation
SizedBox get gapH => SizedBox(width: toDouble());
Horizontal space (SizedBox(width: value))
SizedBox get gapH => SizedBox(width: toDouble());