LiveRadio<T>.adaptive constructor

const LiveRadio<T>.adaptive({
  1. Key? key,
  2. required T value,
  3. MutableCell<T?>? groupValue,
  4. MouseCursor? mouseCursor,
  5. bool toggleable,
  6. Color? activeColor,
  7. WidgetStateProperty<Color?>? fillColor,
  8. Color? focusColor,
  9. Color? hoverColor,
  10. WidgetStateProperty<Color?>? overlayColor,
  11. double? splashRadius,
  12. MaterialTapTargetSize? materialTapTargetSize,
  13. VisualDensity? visualDensity,
  14. FocusNode? focusNode,
  15. bool autofocus,
  16. bool useCupertinoCheckmarkStyle,
  17. MutableCell<bool?>? enabled,
  18. RadioGroupRegistry<T>? groupRegistry,
  19. WidgetStateProperty<Color?>? backgroundColor,
  20. BorderSide? side,
  21. WidgetStateProperty<double?>? innerRadius,
})

Implementation

const factory LiveRadio.adaptive({
  Key? key,
  required T value,
  MutableCell<T?>? groupValue,
  MouseCursor? mouseCursor,
  bool toggleable,
  Color? activeColor,
  WidgetStateProperty<Color?>? fillColor,
  Color? focusColor,
  Color? hoverColor,
  WidgetStateProperty<Color?>? overlayColor,
  double? splashRadius,
  MaterialTapTargetSize? materialTapTargetSize,
  VisualDensity? visualDensity,
  FocusNode? focusNode,
  bool autofocus,
  bool useCupertinoCheckmarkStyle,
  MutableCell<bool?>? enabled,
  RadioGroupRegistry<T>? groupRegistry,
  WidgetStateProperty<Color?>? backgroundColor,
  BorderSide? side,
  WidgetStateProperty<double?>? innerRadius,
}) = _LiveRadio$adaptive<T>;