contentEmptyBuilder property
The builder that is called when the select's content is empty. Defaults to defaultContentEmptyBuilder.
Implementation
final Widget Function(BuildContext context, FSelectStyle style) contentEmptyBuilder;
The builder that is called when the select's content is empty. Defaults to defaultContentEmptyBuilder.
final Widget Function(BuildContext context, FSelectStyle style) contentEmptyBuilder;