disabled property

List<T>? disabled
final

Specifies which radio option values should be disabled. If this is null, then no radio options will be disabled.

Implementation

final List<T>? disabled;