Skip to content

Commit

Permalink
increase click area
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulTechind committed Apr 19, 2024
1 parent 5165a31 commit a76a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/story_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ class StoryViewState extends State<StoryView> with TickerProviderStateMixin {
),),
Align(
alignment: Alignment.centerLeft,
heightFactor: 0.7,
heightFactor: 0.9,
child: SizedBox(
child: GestureDetector(onTap: () {
widget.controller.previous();
Expand Down

0 comments on commit a76a398

Please sign in to comment.