Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Jan 28, 2024
1 parent 2e3e798 commit ed78f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/lib/src/foundation/single_child_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ abstract class SingleChildSheetState<T extends SingleChildSheet>
controller: widget.controller,
child: buildContent(context),
);

if (widget.keyboardDismissBehavior != null) {
result = SheetKeyboardDismissible(
dismissBehavior: widget.keyboardDismissBehavior!,
child: result,
);
}

return result;
}

Expand Down

0 comments on commit ed78f42

Please sign in to comment.