merge-update-with-lab-changes
Sultan khan 4 months ago committed by haroon amjad
parent b606708c30
commit aac6eaa58a

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

Loading…
Cancel
Save