width property

Widget get width

To add space horizontally

Implementation

Widget get width => SizedBox(
      width: toDouble(),
    );