BadRadio<Value> class

Radio widget with custom builder for items.

Inheritance

Constructors

BadRadio.new({Key? key, required int activeIndex, required ValueChanged<int> onTap, required Iterable<Value> values, required Widget builder(Value value), Widget activeBuilder(Value value)?, double? width, required double height, EdgeInsets padding = EdgeInsets.zero, BoxDecoration? decoration, double borderRadius = 0.0, BoxDecoration? activeDecoration, double? activeBorderRadius})
const

Properties

activeBorderRadius double?
Border radius of the active item. If null, borderRadius - padding.vertical / 2 will be used.
final
activeBuilder Widget Function(Value value)?
Widget builder for the active item. Use builder if not provided.
final
activeDecoration BoxDecoration?
Note: the borderRadius field will be ignored.
final
activeIndex int
final
borderRadius double
Border radius of the radio group.
final
builder Widget Function(Value value)
Widget builder for each item.
final
decoration BoxDecoration?
Note: the borderRadius field will be ignored.
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onTap ValueChanged<int>
Callback when an non-active item is tapped (with its index).
final
padding EdgeInsets
Default to EdgeInsets.zero.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable<Value>
Values for each item.
final
width 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, int wrapWidth = 65}) 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