setMinHeight method

void setMinHeight(
  1. double? value
)

Implementation

void setMinHeight(double? value) {
  _heightMin = value;
  _notify;
}