width property

  1. @override
double width
override

The horizontal extent of this size.

Implementation

@override
double get width => super.width > 100 ? super.width : super.width * 100;