PhotoBrowserProvider constructor
PhotoBrowserProvider({
- Key? key,
- required PhotoBrowserController controller,
- required WidgetBuilder builder,
- List<
String> ? notificationNames,
Implementation
PhotoBrowserProvider({
super.key,
required this.controller,
required WidgetBuilder builder,
List<String>? notificationNames,
}) : super(
child: _NotificationListener(
builder: builder,
notificationNames: notificationNames,
));