M3EToolbarIconButton constructor

const M3EToolbarIconButton({
  1. required M3EToolbarAction action,
  2. required M3EIconButtonSize size,
  3. VoidCallback? onPressed,
  4. M3EIconButtonVariant? variant,
  5. Key? key,
})

M3EToolbarIconButton.

Implementation

const M3EToolbarIconButton({
  required this.action,
  required this.size,
  this.onPressed,
  this.variant,
  super.key,
});