ChewieControllerProvider constructor
const
ChewieControllerProvider({
- Key? key,
- required ChewieController controller,
- required Widget child,
Implementation
const ChewieControllerProvider({
Key? key,
required this.controller,
required Widget child,
}) : super(key: key, child: child);