titleEdgeInsetsForHead static method
标题行的左间距
Implementation
static EdgeInsets titleEdgeInsetsForHead(
bool isRequire, FormItemConfig themeData) {
return isRequire ? themeData.titlePaddingSm : themeData.titlePaddingLg;
}
标题行的左间距
static EdgeInsets titleEdgeInsetsForHead(
bool isRequire, FormItemConfig themeData) {
return isRequire ? themeData.titlePaddingSm : themeData.titlePaddingLg;
}