enabled property

bool? enabled
final

Whether the button is enabled.

If null, enabled state is determined by whether onChanged is non-null.

Implementation

final bool? enabled;