getMinheight method

double getMinheight()

Implementation

double getMinheight() {
  return size == WuiButtonSize.small ? 32 : (size == WuiButtonSize.normal ? 48 : 64);
}