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
Sometimes, I want to disable a text (with radio box, or checkbox, etc.)
So, I do something like that:
final replaceFileText =DefaultTextStyle.merge(
child:constText('Remplacer le fichier d\'origine'),
style:TextStyle(color:FluentTheme
.of(context)
.disabledColor));
Result:
Maybe we can add an option disabled to Text ?
And maybe, for Radio and Checkbox, apply that to text automatically when onChanged is null.
The text was updated successfully, but these errors were encountered:
Sometimes, I want to disable a text (with radio box, or checkbox, etc.)
So, I do something like that:
Result:
Maybe we can add an option
disabled
toText
?And maybe, for Radio and Checkbox, apply that to text automatically when onChanged is null.
The text was updated successfully, but these errors were encountered: