PlutoMenuItemRadio class

Inheritance

Constructors

PlutoMenuItemRadio({Object? id, required String title, IconData? icon, bool enable = true, dynamic onTap()?, required List<Object> radioItems, dynamic onChanged(Object?)?, String getTitle(Object)?, Object? initialRadioValue})

Properties

children List<PlutoMenuItem>?
Passing PlutoMenuItem to a List creates a sub-menu.
finalinherited
enable bool
finalinherited
getTitle ↔ (String Function(Object)?)
getter/setter pair
hasChildren bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
finalinherited
id Object?
Set a unique ID for the menu widget.
getter/setter pairinherited
initialRadioValue Object?
final
isBack bool
no setterinherited
key GlobalKey<State<StatefulWidget>>
no setterinherited
onChanged → (dynamic Function(Object?)?)
final
onTap → (dynamic Function()?)
Callback executed when a menu is tapped
finalinherited
radioItems List<Object>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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