LiveRadio<T>.adaptive constructor
const
LiveRadio<T>.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,
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>;