buttonHeight property

double get buttonHeight

Implementation

static double get buttonHeight => _buttonHeight;
set buttonHeight (double value)

Implementation

static set buttonHeight(double value) => _buttonHeight = value;