buttonTextWeight property

double? get buttonTextWeight

Font weight for buttons, as CGFloat raw value. Defaults to UIFont.Weight.medium

Implementation

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

Font weight for buttons, as CGFloat raw value. Defaults to UIFont.Weight.medium

Implementation

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