mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-07-07 11:47:52 +02:00
Feature Pack with bug fixes for V2
This commit is contained in:
@@ -154,14 +154,10 @@ class _TimerFallbackScreenState extends State<TimerFallbackScreen> {
|
||||
width: double.infinity,
|
||||
height: 54,
|
||||
child: ElevatedButton.icon(
|
||||
onPressed: done
|
||||
? () => Navigator.pop(context, true)
|
||||
: null,
|
||||
onPressed: done ? () => Navigator.pop(context, true) : null,
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor:
|
||||
done ? Colors.greenAccent : Colors.grey,
|
||||
foregroundColor:
|
||||
done ? Colors.black : Colors.white38,
|
||||
backgroundColor: done ? Colors.greenAccent : Colors.grey,
|
||||
foregroundColor: done ? Colors.black : Colors.white38,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(14),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user