NikuActionChip constructor

NikuActionChip(
  1. Widget? label, {
  2. Key? key,
  3. Widget? avatar,
  4. NikuTextStyle? style,
  5. NikuEdgeInsets? labelPadding,
  6. VoidCallback? onPressed,
  7. double? pressElevation,
  8. String? tooltip,
  9. BorderSide? side,
  10. OutlinedBorder? shape,
  11. Clip? clipBehavior,
  12. FocusNode? focusNode,
  13. bool? autofocus,
  14. Color? backgroundColor,
  15. Color? disabledColor,
  16. NikuEdgeInsets? padding,
  17. VisualDensity? visualDensity,
  18. MaterialTapTargetSize? materialTapTargetSize,
  19. double? elevation,
  20. Color? shadowColor,
  21. Color? surfaceTintColor,
  22. IconThemeData? iconTheme,
})

Implementation

NikuActionChip(
  this.label, {
  this.key,
  this.avatar,
  this.style,
  this.labelPadding,
  this.onPressed,
  this.pressElevation,
  this.tooltip,
  this.side,
  this.shape,
  this.clipBehavior,
  this.focusNode,
  this.autofocus,
  this.backgroundColor,
  this.disabledColor,
  this.padding,
  this.visualDensity,
  this.materialTapTargetSize,
  this.elevation,
  this.shadowColor,
  this.surfaceTintColor,
  this.iconTheme,
}) : super(key: key);