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
I try to use the property "Wrap = true" for long text but it does not work. Please help.
CodeField(
controller: codeController, // Your CodeController for managing text input
textStyle: TextStyle(fontSize: 14),
wrap: true, // Enable text wrapping
)
The text was updated successfully, but these errors were encountered:
I try to use the property "Wrap = true" for long text but it does not work. Please help.
CodeField(
controller: codeController, // Your CodeController for managing text input
textStyle: TextStyle(fontSize: 14),
wrap: true, // Enable text wrapping
)
The text was updated successfully, but these errors were encountered: