itemEdgeInsets static method

EdgeInsets itemEdgeInsets(
  1. FormItemConfig themeData
)

走主题配置 上下右间距

Implementation

static EdgeInsets itemEdgeInsets(FormItemConfig themeData) {
  return themeData.formPadding;
}