mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Enable some extra lints for compass app client (#2560)
Enable a few more lints that were mostly followed already for consistency.
This commit is contained in:
@@ -169,11 +169,11 @@ class _Booking extends StatelessWidget {
|
||||
confirmDismiss: confirmDismiss,
|
||||
background: Container(
|
||||
color: AppColors.grey1,
|
||||
child: Row(
|
||||
child: const Row(
|
||||
mainAxisAlignment: MainAxisAlignment.end,
|
||||
children: [
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(right: Dimens.paddingHorizontal),
|
||||
padding: EdgeInsets.only(right: Dimens.paddingHorizontal),
|
||||
child: Icon(Icons.delete),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user