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