NikuActionChip constructor
NikuActionChip(
- Widget? label, {
- Key? key,
- Widget? avatar,
- NikuTextStyle? style,
- NikuEdgeInsets? labelPadding,
- VoidCallback? onPressed,
- double? pressElevation,
- String? tooltip,
- BorderSide? side,
- OutlinedBorder? shape,
- Clip? clipBehavior,
- FocusNode? focusNode,
- bool? autofocus,
- Color? backgroundColor,
- Color? disabledColor,
- NikuEdgeInsets? padding,
- VisualDensity? visualDensity,
- MaterialTapTargetSize? materialTapTargetSize,
- double? elevation,
- Color? shadowColor,
- Color? surfaceTintColor,
- 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);