dependencies property

Widget Function(Widget) dependencies
final

Function that allows specifying dependencies for the widget. E.g. Provider, BlocProvider.

Implementation

final Widget Function(Widget) dependencies;