Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored and devjiangzhou committed Sep 29, 2023
1 parent 4ae716d commit afc34b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webf/lib/src/widget/webf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ class WebF extends StatefulWidget {
/// whose height is defined by the ambient [FlutterView]'s
/// [FlutterView.viewInsets] `bottom` property.
///
/// For example, if there is an onscreen keyboard displayed above the
/// scaffold, the body can be resized to avoid overlapping the keyboard, which
/// prevents widgets inside the body from being obscured by the keyboard.
/// For example, if there is an onscreen keyboard displayed above the widget,
/// the view can be resized to avoid overlapping the keyboard, which prevents
/// widgets inside the view from being obscured by the keyboard.
///
/// Defaults to true.
final bool resizeToAvoidBottomInsets;
Expand Down

0 comments on commit afc34b8

Please sign in to comment.