DrawerButton constructor
- Key? key,
- Color? color,
- ButtonStyle? style,
- VoidCallback? onPressed,
Creates a Material Design drawer icon button.
Implementation
const DrawerButton({super.key, super.color, super.style, super.onPressed})
: super(icon: const DrawerButtonIcon(), standardComponent: StandardComponentType.drawerButton);