AntdListStyle constructor
const
AntdListStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? headerStyle,
- AntdBoxStyle? itemStyle,
- AntdBoxStyle? childStyle,
Implementation
const AntdListStyle(
{super.inherit,
this.bodyStyle,
this.headerStyle,
this.footerStyle,
this.itemStyle,
this.childStyle});