width property
Widget
get
width
To add space horizontally
Implementation
Widget get width => SizedBox(
width: toDouble(),
);
To add space horizontally
Widget get width => SizedBox(
width: toDouble(),
);