EndDrawerButton constructor
- Key? key,
- Color? color,
- ButtonStyle? style,
- VoidCallback? onPressed,
Creates a Material Design end drawer icon button.
Implementation
const EndDrawerButton({super.key, super.color, super.style, super.onPressed})
: super(icon: const EndDrawerButtonIcon());