RadioGroupItem<T>  class 
 
Constructors
- 
          RadioGroupItem({required T value, String? title, T? groupValue, ValueChanged<
T?> ? onChanged, bool? showContainer, bool? disabled, Color? activeColor, Color? focusColor, Color? hoverColor, Color? backgroundColor = const Color(0xFFFFF0EB), RadioVariant? variant, String? subHeading, String? description, RadioType? type, bool? showDescription = false, ShapeValue? shape = ShapeValue.roundedRectangle, Color? overlayColor, Color? fillColor, double? splashRadius, IconData? icon, MouseCursor? mouseCursor, bool? autofocus, double? width, double? height, TextStyle? titleStyle, bool? toggleable = true}) 
Properties
- activeColor → Color?
 - 
  
  final
 - autofocus → bool?
 - 
  
  final
 - backgroundColor → Color?
 - 
  
  final
 - description → String?
 - 
  
  final
 - disabled → bool?
 - 
  
  final
 - fillColor → Color?
 - 
  
  final
 - focusColor → Color?
 - 
  
  final
 - groupValue → T?
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - height → double?
 - 
  
  final
 - hoverColor → Color?
 - 
  
  final
 - icon → IconData?
 - 
  
  final
 - mouseCursor → MouseCursor?
 - 
  
  final
 - 
  onChanged
  → ValueChanged<
T?> ? - 
  
  final
 - overlayColor → Color?
 - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - shape → ShapeValue?
 - 
  
  final
 - showContainer → bool?
 - 
  
  final
 - showDescription → bool?
 - 
  
  final
 - splashRadius → double?
 - 
  
  final
 - subHeading → String?
 - 
  
  final
 - title → String?
 - 
  
  final
 - titleStyle → TextStyle?
 - 
  
  final
 - toggleable → bool?
 - 
  
  final
 - type → RadioType?
 - 
  
  final
 - value → T
 - 
  
  final
 - variant → RadioVariant?
 - 
  
  final
 - width → double?
 - 
  
  final
 
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