Skip to content

Commit

Permalink
style : code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Aug 27, 2022
1 parent 8f4c71a commit 18401fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/common/observer_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mixin ObserverControllerForScroll on ObserverController {
/// If you do not pass the [isFixedHeight] parameter, the package will
/// automatically gradually scroll around the target location before
/// locating, which will produce an animation.
///
///
/// The [alignment] specifies the desired position for the leading edge of the
/// child widget. It must be a value in the range [0.0, 1.0].
jumpTo({
Expand All @@ -90,7 +90,7 @@ mixin ObserverControllerForScroll on ObserverController {
///
/// If the height of the child widget and the height of the separator are
/// fixed, please pass the [isFixedHeight] parameter.
///
///
/// The [alignment] specifies the desired position for the leading edge of the
/// child widget. It must be a value in the range [0.0, 1.0].
animateTo({
Expand Down

0 comments on commit 18401fb

Please sign in to comment.