width property

  1. @override
SizeUnit? width
final

The preferred width of this flex item. If null, the item will size itself based on its content and flex properties.

Implementation

@override
final SizeUnit? width;