AntdBaseAction<Style extends AntdActionStyle, WidgetType> constructor
const
AntdBaseAction<Style extends AntdActionStyle, WidgetType> ({
- Key? key,
- Style? style,
- AntdStyleBuilder<
Style, WidgetType> ? styleBuilder, - bool? danger,
- Widget? description,
- bool? disabled,
- Widget? title,
- AntdActionOnTap? onTap,
- bool? bold,
- AntdPosition? safeArea,
Implementation
const AntdBaseAction({
super.key,
super.style,
super.styleBuilder,
this.danger,
this.description,
this.disabled,
this.title,
this.onTap,
this.bold,
this.safeArea,
});