Capitalize words

This commit is contained in:
Neeraj Gupta 2022-05-30 10:21:34 +05:30
parent 480baee438
commit 7eeb447f82
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -29,7 +29,7 @@ class _LockScreenState extends State<LockScreen> {
height: 64,
padding: const EdgeInsets.fromLTRB(80, 0, 80, 0),
child: OutlinedButton(
child: Text("unlock"),
child: Text("Unlock"),
onPressed: () async {
_showLockScreen();
},