EasyStyleBuilder<T> typedef

EasyStyleBuilder<T> = TextStyle? Function(T? value, bool isExpanded)

A builder that defines the TextStyle for the dropdown's text.

Implementation

typedef EasyStyleBuilder<T> = TextStyle? Function(T? value, bool isExpanded);