QuickToolBarImageActionWidget constructor
const
QuickToolBarImageActionWidget({
- Key? key,
- double? width,
- QuickToolBarImageType? imageType,
- required VoidCallback? onPressed,
Implementation
const QuickToolBarImageActionWidget({
Key? key,
this.width,
this.imageType,
required this.onPressed,
}) : super(key: key);