Skip to content

Commit

Permalink
Merge pull request #4 from javarahulsharma/expandable
Browse files Browse the repository at this point in the history
increase click area
  • Loading branch information
javarahulsharma authored Apr 19, 2024
2 parents 72ea5d3 + a76a398 commit d5b1140
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 d5b1140

Please sign in to comment.