errorEdgeInsets static method

EdgeInsets errorEdgeInsets(
  1. FormItemConfig themeData
)

error的右上间距

Implementation

static EdgeInsets errorEdgeInsets(FormItemConfig themeData) {
  return themeData.errorPadding;
}