rowLabelFont property
UIFont?
get
rowLabelFont
Implementation
UIFont? get rowLabelFont => _map["rowLabelFont"] == null
? null
: UIFont?.fromJson(_map["rowLabelFont"]);
set
rowLabelFont
(UIFont? value)
Implementation
set rowLabelFont(UIFont? value) => _map["rowLabelFont"] = value?.toJson();