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