AntdCheckListStyle constructor

const AntdCheckListStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdCheckItemStyle? checkItemStyle,
})

Implementation

const AntdCheckListStyle({
  super.inherit,
  this.bodyStyle,
  this.checkItemStyle,
});