AntdListStyle constructor

const AntdListStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? headerStyle,
  4. AntdBoxStyle? footerStyle,
  5. AntdBoxStyle? itemStyle,
  6. AntdBoxStyle? childStyle,
})

Implementation

const AntdListStyle(
    {super.inherit,
    this.bodyStyle,
    this.headerStyle,
    this.footerStyle,
    this.itemStyle,
    this.childStyle});