titleEdgeInsets static method
标题行的左间距
Implementation
static EdgeInsets titleEdgeInsets(
String type, bool isRequire, FormItemConfig themeData) {
if (isRequire && type == PrefixIconType.normal) {
return themeData.titlePaddingSm;
}
return themeData.titlePaddingLg;
}