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