ZetaGroupButton class
Group Button item
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- ZetaStatefulWidget
- ZetaGroupButton
- Available Extensions
Constructors
- ZetaGroupButton({Key? key, bool? rounded, VoidCallback? onPressed, String? label, IconData? icon, String? semanticLabel})
-
Public Constructor for ZetaGroupButton
const
-
ZetaGroupButton.dropdown({Key? key, bool? rounded, required List<
ZetaDropdownItem> ? items, void onChange(ZetaDropdownItem selectedItem)?, dynamic initialValue, IconData? icon, String? label, String? semanticLabel}) -
Constructs dropdown group button
const
- ZetaGroupButton.icon({Key? key, bool? rounded, required IconData? icon, VoidCallback? onPressed, String? label, String? semanticLabel})
-
Constructs group button with icon
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData?
-
Optional icon for ZetaGroupButton.
final
- initialValue → dynamic
-
The value of the selected item.
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
-
items
→ List<
ZetaDropdownItem> ? -
The items displayed in the dropdown.
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- label → String?
-
Label for ZetaGroupButton.
final
- onChange → (void Function(ZetaDropdownItem selectedItem)?)
-
Called with the selected value whenever the dropdown is changed.
final
- onPressed → VoidCallback?
-
Function for when ZetaGroupButton is clicked.
final
- rounded → bool?
-
Sets rounded or sharp border of the containing box and the icon style.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticLabel → String?
-
Semantic label for ZetaGroupButton.
final
Methods
-
copyWith(
{bool? isFinal, bool? isInitial, bool? isLarge, bool? rounded, bool? isInverse, String? semanticLabel}) → 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