Capitalize words
This commit is contained in:
parent
480baee438
commit
7eeb447f82
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue