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.
This commit is contained in:
parent
0ea523cf93
commit
2cb762d154
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user