AntdActionStyle constructor

const AntdActionStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? titleStyle,
  4. AntdBoxStyle? descriptionStyle,
  5. AntdFlexStyle? columnStyle,
  6. AntdPosition? safeArea,
})

Implementation

const AntdActionStyle(
    {super.inherit,
    this.bodyStyle,
    this.titleStyle,
    this.descriptionStyle,
    this.columnStyle,
    this.safeArea});