providers property

List<SingleChildWidget>? providers
final

Global providers for other types of providers (e.g., ChangeNotifierProvider, etc.)

Implementation

final List<SingleChildWidget>? providers;