getInsets method
Utility method to build an EdgeInsets based on a Property's value
.
Implementation
EdgeInsets? getInsets(dynamic value) => BaseProperties().getInsets(value);
Utility method to build an EdgeInsets based on a Property's value
.
EdgeInsets? getInsets(dynamic value) => BaseProperties().getInsets(value);