CircularMenuItem class
Constructors
-
CircularMenuItem.new({required VoidCallback onTap, IconData? icon, Color? color, double iconSize = 30, List<
BoxShadow> ? boxShadow, Color? iconColor, AnimatedIcon? animatedIcon, double padding = 10, double margin = 10, bool enableBadge = false, double? badgeBottomOffset, double? badgeLeftOffset, double? badgeRightOffset, double? badgeTopOffset, double? badgeRadius, TextStyle? badgeTextStyle, String? badgeLabel, Color? badgeTextColor, Color? badgeColor, bool onTapClosesMenu = true}) -
const
Properties
- animatedIcon → AnimatedIcon?
-
final
- badgeBottomOffset → double?
-
final
- badgeColor → Color?
-
final
- badgeLabel → String?
-
final
- badgeLeftOffset → double?
-
final
- badgeRadius → double?
-
final
- badgeRightOffset → double?
-
final
- badgeTextColor → Color?
-
final
- badgeTextStyle → TextStyle?
-
final
- badgeTopOffset → double?
-
final
-
boxShadow
→ List<
BoxShadow> ? -
final
- color → Color?
-
final
- enableBadge → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData?
-
final
- iconColor → Color?
-
final
- iconSize → double
-
final
- margin → double
-
final
- onTap → VoidCallback
-
final
- onTapClosesMenu → bool
-
final
- padding → double
-
final
- 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