buttonTextSize property

double? get buttonTextSize

Text size of the buttons when Dynamic Type is disabled. Setting only used if isDynamicTypeEnabled = false

Implementation

double? get buttonTextSize => _map["buttonTextSize"] as double?;
set buttonTextSize (double? value)

Text size of the buttons when Dynamic Type is disabled. Setting only used if isDynamicTypeEnabled = false

Implementation

set buttonTextSize(double? value) => _map["buttonTextSize"] = value;