Skip to content

Commit

Permalink
SafeArea for Edit Page
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jan 10, 2025
1 parent 56451df commit 75248bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/smooth_app/lib/pages/product/edit_product_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ class _EditProductPageState extends State<EditProductPage> with UpToDateMixin {
child: Scrollbar(
controller: _controller,
child: ListView(
padding: const EdgeInsetsDirectional.only(
padding: EdgeInsetsDirectional.only(
top: SMALL_SPACE,
start: VERY_SMALL_SPACE,
end: VERY_SMALL_SPACE,
bottom: MEDIUM_SPACE,
bottom: MEDIUM_SPACE + MediaQuery.viewPaddingOf(context).bottom,
),
controller: _controller,
children: <Widget>[
Expand Down

0 comments on commit 75248bc

Please sign in to comment.