RadioGroupProps<T> class

Radio group component properties.

Constructors

RadioGroupProps({required List<RadioOptionProps<T>> options, String? id, T? value, void onChanged(T value)?, ArcaneInteraction? onChangeAction, String? name, RadioGroupLayout layout = RadioGroupLayout.vertical, RadioGroupVariant variant = RadioGroupVariant.standard, bool disabled = false, String? label, String? helperText, String? error, bool required = false, String gap = '0.5rem', int gridColumns = 2, ArcaneStyleData? styles, ArcaneDecoration? decoration})
const

Properties

decoration ArcaneDecoration?
Semantic, theme-interpreted decoration (elevation intent + theme-specific fields honored-or-ignored per theme).
final
disabled bool
final
error String?
final
gap String
final
gridColumns int
final
hashCode int
The hash code for this object.
no setterinherited
helperText String?
final
id String?
final
label String?
final
layout RadioGroupLayout
final
name String?
final
onChangeAction ArcaneInteraction?
final
onChanged → void Function(T value)?
final
options List<RadioOptionProps<T>>
final
required bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles ArcaneStyleData?
Literal, theme-permeable style override (always applied, wins over theme).
final
value → T?
final
variant RadioGroupVariant
final

Methods

copyWith({String? id, T? value, List<RadioOptionProps<T>>? options, void onChanged(T value)?, ArcaneInteraction? onChangeAction, String? name, RadioGroupLayout? layout, RadioGroupVariant? variant, bool? disabled, String? label, String? helperText, String? error, bool? required, String? gap, int? gridColumns, ArcaneStyleData? styles, ArcaneDecoration? decoration}) RadioGroupProps<T>
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