MenuButton constructor

const MenuButton({
  1. double size = 0,
  2. Color color = const Color.fromARGB(0, 0, 0, 0),
  3. double animationStep = 0,
  4. Key? key,
})

Implementation

const MenuButton(
    {this.size = 0,
    this.color = const Color.fromARGB(0, 0, 0, 0),
    this.animationStep = 0,
    super.key});