disabled property

bool disabled
final

When disabled is true the picker cannot be opened and the widget is rendered with reduced opacity to signal the non-interactive state. The initial value is still displayed normally.

Implementation

final bool disabled;