AntdCheckListStyle constructor
const
AntdCheckListStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdCheckItemStyle? checkItemStyle,
Implementation
const AntdCheckListStyle({
super.inherit,
this.bodyStyle,
this.checkItemStyle,
});