XfxMenu class

Inheritance

Constructors

XfxMenu(List<XMenuGroup> menuGroups, dynamic tabLink(), {Widget? nameApp, bool pinned_Value = true, void onPressed_PinnedBTN()?, GestureTapCallback? nameApp_OnTap, double? height_menuItems, double? width_menuItems, Color? logOut_BackGroundColor, Widget? logOut_Text, Widget? logOut_Icon, bool? logOut_Visible, AlignmentGeometry? alignment, Color? menu_BackGroundColor, String? label, TextStyle? title_Style, String? title, EdgeInsetsGeometry? padding, GestureTapCallback? logOut_OnTap, void onPressed_MenuItem(XMenuItem)?})

Properties

alignment AlignmentGeometry?
final
hashCode int
The hash code for this object.
no setterinherited
height_menuItems double?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
final
logOut_BackGroundColor Color?
final
logOut_Icon Widget?
final
logOut_OnTap GestureTapCallback?
final
logOut_Text Widget?
final
logOut_Visible bool?
final
final
final
nameApp Widget?
final
nameApp_OnTap GestureTapCallback?
final
onPressed_MenuItem ↔ (void Function(XMenuItem)?)
Verrà chiamata ogni volta che lo user Tappa l'item del Menu e deve tornare il Widget da mettere nel relativo XTab csomai fosse da aprire
getter/setter pair
onPressed_PinnedBTN → (void Function()?)
final
padding EdgeInsetsGeometry?
final
pinned_Value bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
title String?
final
title_Style TextStyle?
final
width_menuItems double?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
xBuilder_XMenu(XMenuGroup xclMenu) Widget

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

getter/setter pair