Skip to content

Commit 1f8cee9

Browse files
removed hardcoded string
1 parent d2c99e8 commit 1f8cee9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/view/widgets/soundmeter_card.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class _SoundMeterCardState extends State<SoundMeterCard> {
5454
maxValue: maxDb,
5555
minValue: minDb,
5656
avgValue: avgDb,
57-
unit: dB,
57+
unit: db,
5858
),
5959
),
6060
Expanded(
@@ -64,7 +64,7 @@ class _SoundMeterCardState extends State<SoundMeterCard> {
6464
currentValue: currentDb,
6565
minValue: 0,
6666
maxValue: 200,
67-
unit: dB,
67+
unit: db,
6868
currentValueFontSize: dbValueFontSize),
6969
),
7070
],

0 commit comments

Comments
 (0)