BucketActionButton constructor
BucketActionButton(
- String? iconSemanticLabel,
- TextDirection? iconTextDirection, {
- required AnimatedIconData icon,
- Color? iconColor,
- double? iconSize,
- Key? key,
BucketActionButton, is used as the default button to manage event on Bucket.
Implementation
BucketActionButton(this.iconSemanticLabel, this.iconTextDirection,
{required this.icon, this.iconColor, this.iconSize, Key? key})
: super(key: key);