getMinheight method

double getMinheight()

Implementation

double getMinheight() {
  return this.size == WuiButtonSize.normal ? 36 : 48;
}