@ -205,6 +205,7 @@ class OTPWidgetState extends State<OTPWidget> with SingleTickerProviderStateMixi
return Stack(
fit: StackFit.loose,
children: <Widget>[
_otpTextInput(context),
_touchPinBoxRow(),
],
);