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:
parent
1ad523a91a
commit
7c92268238
1 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue