gapW property
SizedBox
get
gapW
Creates a horizontal SizedBox with adaptive width.
Implementation
SizedBox get gapW => SizedBox(width: aw);
Creates a horizontal SizedBox with adaptive width.
SizedBox get gapW => SizedBox(width: aw);