borderLeft property Null safety
final
Sets the right border width of the box.
Box(
borderLeft:'1'
)
Implementation
@override
final String? borderLeft;
Sets the right border width of the box.
Box(
borderLeft:'1'
)
@override
final String? borderLeft;