DestinationWidgetFactory typedef Null safety
Function allowing to create Widget for the provided Destination.
Implementation
typedef DestinationWidgetFactory = Widget Function(Destination);
Function allowing to create Widget for the provided Destination.
typedef DestinationWidgetFactory = Widget Function(Destination);