width property
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;
If non-null, requires the child to have exactly this width. If null, the child is free to choose its own width.
final double? width;