bottomBorder property

Border get bottomBorder

Get BottomBorder

Implementation

Border get bottomBorder {
  return _bottomBorder;
}
set bottomBorder (Border? bottomBorder)

Set BottomBorder

Implementation

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