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