computeContentHeight static method

double computeContentHeight(
  1. int buttonCount
)

Implementation

static double computeContentHeight(int buttonCount) =>
    (buttonCount * kButtonHeight) + 12.0;