customTypeViewerBuilder property

(Widget Function(List<Widget> types)?) customTypeViewerBuilder
final

Allow to customise the view of the pickers.

Implementation

final Widget Function(List<Widget> types)? customTypeViewerBuilder;