Skip to content

Commit

Permalink
SwipingScreen: remove SafeArea to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 9, 2024
1 parent 02bc238 commit b6e421b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/swiping_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class _SwipingScreenState extends State<SwipingScreen> {
const size = 100.0;

return Scaffold(
body: SafeArea(
body: Container(
color: Theme.of(context).colorScheme.surfaceContainer,
child: Stack(
children: [
Positioned(
Expand Down

0 comments on commit b6e421b

Please sign in to comment.