width property

double? width
final

If non-null, requires the child to have exactly this width. If null, the child is free to choose its own width.

Implementation

final double? width;