Remove the unnecessary period

This commit is contained in:
Vishnu Mohandas 2020-12-09 00:51:54 +05:30
parent 96456bf01f
commit c37e6cf6e3

View file

@ -52,7 +52,6 @@ class _OTTVerificationPageState extends State<OTTVerificationPage> {
style: TextStyle( style: TextStyle(
color: Theme.of(context).accentColor, color: Theme.of(context).accentColor,
)), )),
TextSpan(text: "."),
], ],
), ),
textAlign: TextAlign.center, textAlign: TextAlign.center,