ScreenshotWrapper constructor
const
ScreenshotWrapper({
- Key? key,
- required Widget child,
- bool mostrarBotao = true,
- AlignmentGeometry posicaoBotao = Alignment.bottomRight,
- Color? corBotao,
Creates a screenshot wrapper with a single capture button
Implementation
const ScreenshotWrapper({
super.key,
required this.child,
this.mostrarBotao = true,
this.posicaoBotao = Alignment.bottomRight,
this.corBotao,
this.shareMode = ShareMode.telegram,
});