rowLabelTextSize property

double? get rowLabelTextSize

Text size for the Cell top description label when Dynamic Type is disabled

Implementation

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

Text size for the Cell top description label when Dynamic Type is disabled

Implementation

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