OrbitMenu class
A class to create a circular menu.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createMenu(
{required double radius, required double itemSize, required Color itemColor, required TextStyle titleStyle, required Border border, required Border borderCentralMenu, required double animationOffset, OrbitMenuAnimationType orbitMenuAnimationType = OrbitMenuAnimationType.rotating, double itemOffsetPercentage = 0.0, Widget? myWidget}) → List< Widget>