Skip to content

Commit

Permalink
#31 fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Sep 11, 2023
1 parent 052bf35 commit e702169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/layout/layout_business.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class _LayoutBusinessState extends State<LayoutBusiness> {
@override
Widget build(BuildContext context) {
return SingleChildScrollView(
physics: BouncingScrollPhysics(),
physics: const BouncingScrollPhysics(),
child: Stack(
children: [
AbsorbPointer(
Expand Down

0 comments on commit e702169

Please sign in to comment.