SWDialog constructor
const
SWDialog(})
Implementation
const SWDialog(
this._onLeftButtonPressed,
this._onRightButtonPressed, {
String dialogTitle = "Authentication successful.",
String leftButtonText = "Add another account",
String rightButtonText = "Continue",
Key? key,
}) : _dialogTitle = dialogTitle,
_leftButtonText = leftButtonText,
_rightButtonText = rightButtonText,
super(key: key);