enabled property

bool enabled
final

Determine if the DropdownMenu is enabled.

Defaults to true.

{@tool dartpad} This sample demonstrates how the enabled and requestFocusOnTap properties affect the textfield's hover cursor.

** See code in examples/api/lib/material/dropdown_menu/dropdown_menu.2.dart ** {@end-tool}

Implementation

final bool enabled;