AntdBaseAction<Style extends AntdActionStyle, WidgetType> constructor

const AntdBaseAction<Style extends AntdActionStyle, WidgetType>({
  1. Key? key,
  2. Style? style,
  3. AntdStyleBuilder<Style, WidgetType>? styleBuilder,
  4. bool? danger,
  5. Widget? description,
  6. bool? disabled,
  7. Widget? title,
  8. AntdActionOnTap? onTap,
  9. bool? bold,
  10. 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,
});