AnimatedOrbitMenu constructor
const
AnimatedOrbitMenu({
- Key? key,
- required bool animate,
- required OrbitMenuConfig config,
Implementation
const AnimatedOrbitMenu(
{Key? key, required this.animate, required this.config})
: super(key: key);