disabled property

List<String>? disabled
final

Specifies which buttons should be disabled. If this is non-null, no buttons will be disabled. The strings passed to this must match the labels.

Implementation

final List<String>? disabled;