Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
Clon1998 committed Nov 12, 2023
1 parent 5aa842d commit bd05a75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/ui/screens/dashboard/components/z_offset_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class _ZOffsetLoading extends StatelessWidget {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
CardTitleSkeleton(
const CardTitleSkeleton(
trailing: Chip(
label: SizedBox(width: 90),
backgroundColor: Colors.white,
Expand All @@ -83,13 +83,13 @@ class _ZOffsetLoading extends StatelessWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Column(
const Column(
children: [
SquareElevatedIconButtonSkeleton(
margin: const EdgeInsets.all(10),
margin: EdgeInsets.all(10),
),
SquareElevatedIconButtonSkeleton(
margin: const EdgeInsets.all(10),
margin: EdgeInsets.all(10),
),
],
),
Expand All @@ -102,7 +102,7 @@ class _ZOffsetLoading extends StatelessWidget {
color: Colors.white,
),
),
RangeSelectorSkeleton(itemCount: 4),
const RangeSelectorSkeleton(itemCount: 4),
]),
],
),
Expand Down

0 comments on commit bd05a75

Please sign in to comment.