File tree Expand file tree Collapse file tree 6 files changed +78
-0
lines changed
lib/routes/auto/fields/AutonomousCheckboxRows Expand file tree Collapse file tree 6 files changed +78
-0
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments