Skip to content

Commit

Permalink
fixed documentation error input decorator (flutter#132124)
Browse files Browse the repository at this point in the history
In the documentation of _Shaker in InputDecoration "Used to "shake" the floating label to the left and right"
to the left was twice I have removed it.
  • Loading branch information
faisalansari0367 authored Aug 16, 2023
1 parent 0ea523c commit 2cb762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/input_decorator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class _BorderContainerState extends State<_BorderContainer> with TickerProviderS
}
}

// Used to "shake" the floating label to the left to the left and right
// Used to "shake" the floating label to the left and right
// when the errorText first appears.
class _Shaker extends AnimatedWidget {
const _Shaker({
Expand Down

0 comments on commit 2cb762d

Please sign in to comment.