You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Textfield's InputDecoration border does not work.
The code below should be applying the properties to the border as per Flutter's documentation but it does not work.
A workaround is to use the errorBorder, focusedBorder, focusedErrorBorder, disabledBorder, enabledBorder properties to define the border of the textfield. This is so complex to use that we need to find a solution to that, maybe by filing an issue to flutter.
The text was updated successfully, but these errors were encountered:
Textfield's InputDecoration border does not work.
The code below should be applying the properties to the border as per Flutter's documentation but it does not work.
A workaround is to use the
errorBorder
,focusedBorder
,focusedErrorBorder
,disabledBorder
,enabledBorder
properties to define the border of the textfield. This is so complex to use that we need to find a solution to that, maybe by filing an issue to flutter.The text was updated successfully, but these errors were encountered: