errorEdgeInsets static method
error的右上间距
Implementation
static EdgeInsets errorEdgeInsets(FormItemConfig themeData) {
return themeData.errorPadding;
}
error的右上间距
static EdgeInsets errorEdgeInsets(FormItemConfig themeData) {
return themeData.errorPadding;
}