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