width property Null safety
final
The child's width.
Only two out of the three horizontal values (start, end, width) can be set. The third must be null.
Implementation
final double? width;
The child's width.
Only two out of the three horizontal values (start, end, width) can be set. The third must be null.
final double? width;