ScreenRecorder constructor
const
ScreenRecorder({})
Implementation
const ScreenRecorder({
super.key,
required this.child,
required this.controller,
required this.width,
required this.height,
this.background = Colors.transparent,
});