DualButtonScreenshotWrapper constructor
const
DualButtonScreenshotWrapper({})
Creates a screenshot wrapper with capture and share buttons
Implementation
const DualButtonScreenshotWrapper({
Key? key,
required this.child,
this.mostrarBotoes = true,
this.posicaoBotoes = Alignment.bottomRight,
this.corCapturarBotao,
this.corEnviarBotao,
this.shareMode = ShareMode.telegram,
}) : super(key: key);