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