Skip to content

Commit

Permalink
fixed #200 and #204 by removing clipBehaviour property
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangam Singh committed May 15, 2024
1 parent 57ae963 commit 04748a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/flutter/flex.dart
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ class AStack extends StatelessWidget {
Widget build(BuildContext context) {
return OverflowBar(
key: key,
clipBehavior: clipBehavior,
overflowAlignment: overflowAlignment,
overflowDirection: overflowDirection,
overflowSpacing: overflowSpacing,
Expand Down

0 comments on commit 04748a3

Please sign in to comment.