RadioGroupElement class

RadioGroupElement

Inheritance

Constructors

RadioGroupElement({String? id, String? initValue, required List<String> values, required List<String> valuesLabel, String? label, AlignmentGeometry? labelAlignment, Color? activeSelectedColor, EdgeInsets padding = const EdgeInsets.all(2.0), bool visibility = true, bool readOnly = false, dynamic onSelected(String)?, String? errorMsg})

Properties

activeSelectedColor Color?
final
decorationElement DecorationElement?
finalinherited
error String?
finalinherited
errorMsg String?
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
finalinherited
id String?
finalinherited
initValue String?
final
isRequired bool?
finalinherited
label String?
final
labelAlignment AlignmentGeometry?
final
onSelected → (dynamic Function(String)?)
final
onTap Function?
finalinherited
padding EdgeInsets
final
readOnly bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeInput TypeInput
finalinherited
validator Validation?
finalinherited
values List<String>
final
valuesLabel List<String>
final
visibility bool
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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