bottomBorder property

Border bottomBorder

Get BottomBorder

Implementation

Border get bottomBorder {
  return _bottomBorder;
}
void bottomBorder=(Border? bottomBorder)

Set BottomBorder

Implementation

set bottomBorder(Border? bottomBorder) {
  _bottomBorder = bottomBorder ?? Border();
}