fieldDecoration property
Optional custom decoration for the dropdown field container.
- If provided, this BoxDecoration is used as-is for the field container.
- If null, a default white-to-grey gradient with rounded corners is applied.
Implementation
final BoxDecoration? fieldDecoration;