Skip to content

Commit

Permalink
improve: Change to double.infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
blendthink committed Oct 26, 2023
1 parent 93eedfc commit 09f88ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/components/wanted.dart
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,14 @@ class _WantedMobile extends StatelessWidget {
Spaces.vertical_24,
],
LeftFilledIconButton(
width: MediaQuery.of(context).size.width,
width: double.infinity,
onPressed: ticketOnPressed,
buttonTitle: ticketButtonTitle,
icon: Icons.arrow_forward_ios,
),
Spaces.vertical_24,
LeftFilledIconButton(
width: MediaQuery.of(context).size.width,
width: double.infinity,
onPressed: archiveOnPressed,
buttonTitle: archiveButtonTitle,
icon: Icons.arrow_forward_ios,
Expand Down

0 comments on commit 09f88ff

Please sign in to comment.