We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.3.10
dart
No
typedef SlideEndHandler = bool? Function( Offset offset, { ExtendedImageSlidePageState state, ScaleEndDetails details, });
You can see the arguments state and details is bad syntax of Dart for now Please change it to
state
details
typedef SlideEndHandler = bool? Function( Offset offset, { required ExtendedImageSlidePageState state, required ScaleEndDetails details, });
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
3.3.10
Platforms
dart
Device Model
No
flutter info
How to reproduce?
You can see the arguments
state
anddetails
is bad syntax of Dart for nowPlease change it to
Logs
Example code (optional)
No
Contact
[email protected]
The text was updated successfully, but these errors were encountered: