GroupButton<T> class

Inheritance

Constructors

GroupButton({Key? key, required List<T> buttons, dynamic onSelected(T value, int index, bool isSelected)?, GroupButtonController? controller, GroupButtonOptions options = const GroupButtonOptions(), bool isRadio = true, GroupButtonIndexedBuilder? buttonIndexedBuilder, GroupButtonValueBuilder<T>? buttonBuilder, GroupButtonIndexedTextBuilder? buttonIndexedTextBuilder, GroupbuttonTextBuilder<T>? buttonTextBuilder, bool? enableDeselect = false, int? maxSelected, @Deprecated('Use GroupButtonController onDisabledButtonPressed field ' 'This feature was deprecated after version 4.6.0 ') dynamic onDisablePressed(int index)?})
const

Properties

buttonBuilder GroupButtonValueBuilder<T>?
Custom builder method to create Your own custom buttons by button T value
final
buttonIndexedBuilder GroupButtonIndexedBuilder?
Custom builder method to create Your own custom buttons by button int index
final
buttonIndexedTextBuilder GroupButtonIndexedTextBuilder?
This is a custom builder method that allows you to set your own custom text for buttons based on their index.
final
buttons List<T>
String list that will be displayed on buttons in the GroupButton
final
buttonTextBuilder GroupbuttonTextBuilder<T>?
This is a custom builder method that allows you to set your own custom text for buttons based on their value.
final
controller GroupButtonController?
Controller to making widget logic
final
enableDeselect bool?
bool variable for enable radio button to be deselected
final
hashCode int
The hash code for this object.
no setterinherited
isRadio bool
bool variable for switching between modes CheckBox and Radio
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxSelected int?
int variable for setting max selected buttons for CheckBox
final
onDisablePressed → (dynamic Function(int index)?)
Callback Function works by clicking on a disabled group element
final
onSelected → (dynamic Function(T value, int index, bool isSelected)?)
Callback Function works by clicking on a group element
final
options GroupButtonOptions
UI settings of package
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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