Skip to content

Commit ca89df6

Browse files
committed
add labels
1 parent 77e0b40 commit ca89df6

File tree

6 files changed

+78
-0
lines changed

6 files changed

+78
-0
lines changed

lib/routes/auto/fields/AutonomousCheckboxRows/AutonomousRow1.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ class _AutonomousRow1State extends State<AutonomousRow1> {
8585
checkColor: Colors.white,
8686
labelColor: Colors.white,
8787
margin: const EdgeInsets.all(00.0)),
88+
Align(
89+
alignment: Alignment.centerLeft,
90+
child: Container(
91+
width: 170.0,
92+
child: const Text(
93+
"L4",
94+
textAlign: TextAlign.left,
95+
style: TextStyle(
96+
color: Colors.white,
97+
fontWeight: FontWeight.bold,
98+
fontSize: 12.0),
99+
),
100+
)),
88101
],
89102
),
90103
);

lib/routes/auto/fields/AutonomousCheckboxRows/AutonomousRow2.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ class _AutonomousRow2State extends State<AutonomousRow2> {
8585
checkColor: Colors.white,
8686
labelColor: Colors.white,
8787
margin: const EdgeInsets.all(0.0)),
88+
Align(
89+
alignment: Alignment.centerLeft,
90+
child: Container(
91+
width: 170.0,
92+
child: const Text(
93+
"L3",
94+
textAlign: TextAlign.left,
95+
style: TextStyle(
96+
color: Colors.white,
97+
fontWeight: FontWeight.bold,
98+
fontSize: 12.0),
99+
),
100+
)),
88101
],
89102
),
90103
);

lib/routes/auto/fields/AutonomousCheckboxRows/AutonomousRow3.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ class _AutonomousRow3State extends State<AutonomousRow3> {
8585
checkColor: Colors.white,
8686
labelColor: Colors.white,
8787
margin: const EdgeInsets.only(right: 0.0)),
88+
Align(
89+
alignment: Alignment.centerLeft,
90+
child: Container(
91+
width: 170.0,
92+
child: const Text(
93+
"L2",
94+
textAlign: TextAlign.left,
95+
style: TextStyle(
96+
color: Colors.white,
97+
fontWeight: FontWeight.bold,
98+
fontSize: 12.0),
99+
),
100+
)),
88101
],
89102
),
90103
);

lib/routes/auto/fields/AutonomousCheckboxRows/AutonomousRow4.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ class _AutonomousRow4State extends State<AutonomousRow4> {
8585
checkColor: Colors.white,
8686
labelColor: Colors.white,
8787
margin: const EdgeInsets.only(right: 0.0)),
88+
Align(
89+
alignment: Alignment.centerLeft,
90+
child: Container(
91+
width: 170.0,
92+
child: const Text(
93+
"L4",
94+
textAlign: TextAlign.left,
95+
style: TextStyle(
96+
color: Colors.white,
97+
fontWeight: FontWeight.bold,
98+
fontSize: 12.0),
99+
),
100+
)),
88101
],
89102
),
90103
);

lib/routes/auto/fields/AutonomousCheckboxRows/AutonomousRow5.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ class _AutonomousRow5State extends State<AutonomousRow5> {
8585
checkColor: Colors.white,
8686
labelColor: Colors.white,
8787
margin: const EdgeInsets.only(right: 0.0)),
88+
Align(
89+
alignment: Alignment.centerLeft,
90+
child: Container(
91+
width: 170.0,
92+
child: const Text(
93+
"L3",
94+
textAlign: TextAlign.left,
95+
style: TextStyle(
96+
color: Colors.white,
97+
fontWeight: FontWeight.bold,
98+
fontSize: 12.0),
99+
),
100+
)),
88101
],
89102
),
90103
);

lib/routes/auto/fields/AutonomousCheckboxRows/AutonomousRow6.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ class _AutonomousRow6State extends State<AutonomousRow6> {
8585
checkColor: Colors.white,
8686
labelColor: Colors.white,
8787
margin: const EdgeInsets.only(right: 0.0)),
88+
Align(
89+
alignment: Alignment.centerLeft,
90+
child: Container(
91+
width: 170.0,
92+
child: const Text(
93+
"L2",
94+
textAlign: TextAlign.left,
95+
style: TextStyle(
96+
color: Colors.white,
97+
fontWeight: FontWeight.bold,
98+
fontSize: 12.0),
99+
),
100+
)),
88101
],
89102
),
90103
);

0 commit comments

Comments
 (0)