PlutoMenuItemDivider class

Inheritance

Constructors

PlutoMenuItemDivider({double height = 16.0, Color? color, double? indent, double? endIndent, double? thickness})

Properties

children List<PlutoMenuItem>?
Passing PlutoMenuItem to a List creates a sub-menu.
finalinherited
color Color?
final
enable bool
finalinherited
endIndent double?
final
hasChildren bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
final
icon IconData?
finalinherited
id Object?
Set a unique ID for the menu widget.
getter/setter pairinherited
indent double?
final
isBack bool
no setterinherited
key GlobalKey<State<StatefulWidget>>
no setterinherited
onTap → (dynamic Function()?)
Callback executed when a menu is tapped
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double?
final
title String
Menu title
finalinherited
type PlutoMenuItemType
no setteroverride

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