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