ZetaGroupButton class

Group Button item

Inheritance
Available Extensions

Constructors

ZetaGroupButton({Key? key, String? label, IconData? icon, VoidCallback? onPressed, Widget? dropdown})
Public Constructor for ZetaGroupButton
const
ZetaGroupButton.dropdown({Key? key, required VoidCallback? onPressed, required Widget? dropdown, IconData? icon, String? label})
Constructs dropdown group button
const
ZetaGroupButton.icon({Key? key, required IconData? icon, Widget? dropdown, VoidCallback? onPressed, String? label})
Constructs group button with icon
const

Properties

Content of dropdown.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
Optional icon for ZetaGroupButton.
final
isFinal bool
If ZetaGroupButton is the final button in its list.
final
isInitial bool
If ZetaGroupButton is the first button in its list.
final
isInverse bool
If ZetaGroupButton is inverse.
final
isLarge bool
If ZetaGroupButton is large.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
Label for ZetaGroupButton.
final
onPressed VoidCallback?
Function for when ZetaGroupButton is clicked.
final
rounded bool
If ZetaGroupButton is rounded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? isFinal, bool? isInitial, bool? isLarge, bool? rounded, bool? isInverse}) ZetaGroupButton
Returns copy of ZetaGroupButton with fields.
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<ZetaGroupButton>
Creates the mutable state for this widget at a given location in the tree.
override
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.
override
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

Operators

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