Skip to content

Commit 2cb762d

Browse files
fixed documentation error input decorator (#132124)
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.
1 parent 0ea523c commit 2cb762d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flutter/lib/src/material/input_decorator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class _BorderContainerState extends State<_BorderContainer> with TickerProviderS
260260
}
261261
}
262262

263-
// Used to "shake" the floating label to the left to the left and right
263+
// Used to "shake" the floating label to the left and right
264264
// when the errorText first appears.
265265
class _Shaker extends AnimatedWidget {
266266
const _Shaker({

0 commit comments

Comments
 (0)