EndDrawerButton constructor

const EndDrawerButton({
  1. Key? key,
  2. Color? color,
  3. ButtonStyle? style,
  4. 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());