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
Is really the word "val" is the correct? not "var"?
And the onPressed event "VoidCallback"...the error debug says: "The argument type 'Type' can't be assigned to the parameter type '() → void'."
Can you help me with that? Thanks!
The text was updated successfully, but these errors were encountered:
Because i new in Flutter and here is my problem...
I import the package
import 'package:progress_button/progress_button.dart';
I don't not where i has to copy this:
Is really the word "val" is the correct? not "var"?
And the onPressed event "VoidCallback"...the error debug says: "The argument type 'Type' can't be assigned to the parameter type '() → void'."
Can you help me with that? Thanks!
The text was updated successfully, but these errors were encountered: