RadioFieldTheme class
Theme of RadioButtonGroupFieldBlocBuilder
Constructors
- 
          RadioFieldTheme({TextStyle? textStyle, WidgetStateProperty<Color?> ? textColor, InputDecorationThemeData? decorationTheme, RadioThemeData? radioTheme, bool canTapItemTile = false, bool canDeselect = true})
- 
          
            const
Properties
- canDeselect → bool
- 
  if truethe radio button selected can be deselect by tapping.final
- canTapItemTile → bool
- 
  Identifies whether the item tile is touchable
to change the status of the item
  final
- decorationTheme → InputDecorationThemeData?
- 
  The theme for InputDecoration of this field
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  props
  → List<Object?> 
- 
  The list of properties that will be used to determine whether
two instances are equal.
  no setter
- radioTheme → RadioThemeData?
- 
  The Radio theme inside the field
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- stringify → bool?
- 
  If set to true, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited
- 
  textColor
  → WidgetStateProperty<Color?> ?
- 
  Resolves the color of the textStyle. You will receive WidgetState.disabledfinalinherited
- textStyle → TextStyle?
- 
  Represents the style of the text within the field
If null, defaults to the subtitletext style from the current Theme.finalinherited
Methods
- 
  copyWith({TextStyle? textStyle, WidgetStateProperty< Color?> ? textColor, InputDecorationThemeData? decorationTheme, RadioThemeData? radioTheme, bool? canTapItemTile, bool? canDeselect}) → RadioFieldTheme
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString([ToString? toString]) → String 
- A string representation of this object.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited