width property

  1. @override
String get width
override

The width column.

In android, the value of this column maybe null.

In iOS/macOS, the value of this column not null.

Implementation

@override
String get width => 'width';