This commit is contained in:
2025-03-15 00:03:38 +01:00
parent 8c7150a1ed
commit 7601cf3a22
2 changed files with 1 additions and 10 deletions

View File

@@ -349,10 +349,6 @@ class _MyHomePageState extends State<MyHomePage> {
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
'Time Elapsed:',
style: Theme.of(context).textTheme.headlineSmall,
),
const SizedBox(height: 10),
// Use a fixed height container to prevent expanding and force horizontal scrolling if needed
SizedBox(
@@ -389,11 +385,6 @@ class _MyHomePageState extends State<MyHomePage> {
),
],
),
const SizedBox(height: 10),
Text(
'Keyboard: SPACE for Start/Lap, ENTER for Pause/Stop',
style: Theme.of(context).textTheme.bodySmall,
),
const SizedBox(height: 20),
if (_laps.isNotEmpty) ...[
Text(