chore(lint): make const-correct _LegendRow callsites

Pure lint follow-up, no behaviour change.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-18 14:46:36 +02:00
parent 1ad523a91a
commit 7c92268238

View file

@ -146,7 +146,7 @@ class _LegendCard extends StatelessWidget {
children: [
Text('Legende', style: t.headlineSmall),
const SizedBox(height: ReclaimSpace.md),
_LegendRow(
const _LegendRow(
symbol: '',
axis: 'Abszisse (X)',
label: 'Schaden',
@ -157,7 +157,7 @@ class _LegendCard extends StatelessWidget {
'P × F × T × h (Studie §3.1).',
),
const SizedBox(height: ReclaimSpace.sm),
_LegendRow(
const _LegendRow(
symbol: '',
axis: 'Ordinate (Y)',
label: 'Nutzen',
@ -169,7 +169,7 @@ class _LegendCard extends StatelessWidget {
'quellen-begründet.',
),
const SizedBox(height: ReclaimSpace.sm),
_LegendRow(
const _LegendRow(
symbol: '',
axis: 'Punktgröße',
label: 'Betroffenheit',
@ -180,7 +180,7 @@ class _LegendCard extends StatelessWidget {
'IHK-/Handwerkskammer-Mitgliederzahlen.',
),
const SizedBox(height: ReclaimSpace.sm),
_LegendRow(
const _LegendRow(
symbol: '',
axis: 'Farb-Kante',
label: 'Evidenz-Stufe',