setBottomHeight method

void setBottomHeight(
  1. double bottomHeight
)

Implementation

void setBottomHeight(double bottomHeight) {
  this.bottomHeight = bottomHeight;
  setState(() {});
}