fix(web): withOpacity à la place de withValues (Flutter 3.19 / dart2js)
Made-with: Cursor
This commit is contained in:
@@ -89,7 +89,7 @@ class _CustomAppTextFieldState extends State<CustomAppTextField> {
|
||||
final Color labelColor =
|
||||
widget.enabled ? Colors.black87 : Colors.grey;
|
||||
final Color hintColor = widget.enabled
|
||||
? Colors.black54.withValues(alpha: 0.7)
|
||||
? Colors.black54.withOpacity(0.7)
|
||||
: Colors.grey;
|
||||
|
||||
return Column(
|
||||
|
||||
Reference in New Issue
Block a user