FieldRadio class Null safety

Constructors

FieldRadio(String? type, String? activeColor, bool? autofocus, String? fillColor, String? focusColor, String? focusNode, String? groupValue, String? hoverColor, String? materialTapTargetSize, String? mouseCursor, String? onChanged, String? overlayColor, double? splashRadius, bool? toggleable, String? value, String? visualDensity)

Properties

activeColor String?
final
autofocus bool?
final
fillColor String?
final
focusColor String?
final
focusNode String?
final
groupValue String?
final
hashCode int
The hash code for this object.
read-only, inherited
hoverColor String?
final
materialTapTargetSize String?
final
mouseCursor String?
final
onChanged String?
final
overlayColor String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
splashRadius double?
final
toggleable bool?
final
type String?
final
value String?
final
visualDensity String?
final

Methods

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

Operators

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