AntdActionStyle constructor
const
AntdActionStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? descriptionStyle,
- AntdFlexStyle? columnStyle,
- AntdPosition? safeArea,
Implementation
const AntdActionStyle(
{super.inherit,
this.bodyStyle,
this.titleStyle,
this.descriptionStyle,
this.columnStyle,
this.safeArea});