AnimatedRadioButtonItem class

Constructors

AnimatedRadioButtonItem({required String label, Color? color, dynamic fillInColor, TextStyle? labelTextStyle})

Properties

color Color?
final
fillInColor → dynamic
final
getColor Color?
color property used to set the color of individual radio button
no setter
getFillInColor Color?
filInColor property used to set the color inside the ring of a radio button
no setter
getLabel String
label is the string displayed beside a radio button
no setter
getLabelTextStyle TextStyle?
labelTextStyle property defines the style of the label text
no setter
hashCode int
The hash code for this object.
no setterinherited
label String
final
labelTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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