sectionHeaderTextSize property

double? get sectionHeaderTextSize

Text size for section headers when Dynamic Type is disabled. Setting only used if isDynamicTypeEnabled = false

Implementation

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

Text size for section headers when Dynamic Type is disabled. Setting only used if isDynamicTypeEnabled = false

Implementation

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