QuickToolBarImageActionWidget constructor

const QuickToolBarImageActionWidget({
  1. Key? key,
  2. double? width,
  3. QuickToolBarImageType? imageType,
  4. required VoidCallback? onPressed,
})

Implementation

const QuickToolBarImageActionWidget({
  Key? key,
  this.width,
  this.imageType,
  required this.onPressed,
}) : super(key: key);