buttonSize property

dynamic buttonSize

Implementation

get buttonSize{
  return screenWidth! >= 500 ? screenHeight! / 1.75 : screenWidth;
}