AnimatedOrbitMenu constructor

const AnimatedOrbitMenu({
  1. Key? key,
  2. required bool animate,
  3. required OrbitMenuConfig config,
})

Implementation

const AnimatedOrbitMenu(
    {Key? key, required this.animate, required this.config})
    : super(key: key);