width property

Widget get width

Implementation

Widget get width {
  return SizedBox(width: toDouble());
}