Sync payment body with flutter_lints v2.0.1
This commit is contained in:
parent
cae9bce567
commit
b13e8cab99
1 changed files with 4 additions and 4 deletions
|
@ -103,6 +103,10 @@ class _PaymentBodyState extends State<PaymentBody> {
|
|||
color: Colors.transparent,
|
||||
),
|
||||
Container(
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(0),
|
||||
color: const Color(0xff8B0000),
|
||||
),
|
||||
child: const Text(
|
||||
'13000000',
|
||||
style: TextStyle(
|
||||
|
@ -111,10 +115,6 @@ class _PaymentBodyState extends State<PaymentBody> {
|
|||
),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(0),
|
||||
color: const Color(0xff8B0000),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
padding: const EdgeInsets.only(top: 40),
|
||||
|
|
Loading…
Add table
Reference in a new issue