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: [
|
children: [
|
||||||
Text('Legende', style: t.headlineSmall),
|
Text('Legende', style: t.headlineSmall),
|
||||||
const SizedBox(height: ReclaimSpace.md),
|
const SizedBox(height: ReclaimSpace.md),
|
||||||
_LegendRow(
|
const _LegendRow(
|
||||||
symbol: '↔',
|
symbol: '↔',
|
||||||
axis: 'Abszisse (X)',
|
axis: 'Abszisse (X)',
|
||||||
label: 'Schaden',
|
label: 'Schaden',
|
||||||
|
|
@ -157,7 +157,7 @@ class _LegendCard extends StatelessWidget {
|
||||||
'P × F × T × h (Studie §3.1).',
|
'P × F × T × h (Studie §3.1).',
|
||||||
),
|
),
|
||||||
const SizedBox(height: ReclaimSpace.sm),
|
const SizedBox(height: ReclaimSpace.sm),
|
||||||
_LegendRow(
|
const _LegendRow(
|
||||||
symbol: '↕',
|
symbol: '↕',
|
||||||
axis: 'Ordinate (Y)',
|
axis: 'Ordinate (Y)',
|
||||||
label: 'Nutzen',
|
label: 'Nutzen',
|
||||||
|
|
@ -169,7 +169,7 @@ class _LegendCard extends StatelessWidget {
|
||||||
'quellen-begründet.',
|
'quellen-begründet.',
|
||||||
),
|
),
|
||||||
const SizedBox(height: ReclaimSpace.sm),
|
const SizedBox(height: ReclaimSpace.sm),
|
||||||
_LegendRow(
|
const _LegendRow(
|
||||||
symbol: '●',
|
symbol: '●',
|
||||||
axis: 'Punktgröße',
|
axis: 'Punktgröße',
|
||||||
label: 'Betroffenheit',
|
label: 'Betroffenheit',
|
||||||
|
|
@ -180,7 +180,7 @@ class _LegendCard extends StatelessWidget {
|
||||||
'IHK-/Handwerkskammer-Mitgliederzahlen.',
|
'IHK-/Handwerkskammer-Mitgliederzahlen.',
|
||||||
),
|
),
|
||||||
const SizedBox(height: ReclaimSpace.sm),
|
const SizedBox(height: ReclaimSpace.sm),
|
||||||
_LegendRow(
|
const _LegendRow(
|
||||||
symbol: '◐',
|
symbol: '◐',
|
||||||
axis: 'Farb-Kante',
|
axis: 'Farb-Kante',
|
||||||
label: 'Evidenz-Stufe',
|
label: 'Evidenz-Stufe',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue