App Version added and dart format
This commit is contained in:
@@ -140,9 +140,10 @@ class _SetPasswordScreenState extends State<SetPasswordScreen> {
|
||||
if (_error != null) ...[
|
||||
Text(
|
||||
_error!,
|
||||
style: const TextStyle(color: Colors.red,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 20),
|
||||
style: const TextStyle(
|
||||
color: Colors.red,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 20),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
|
||||
Reference in New Issue
Block a user