boyan01 / boyan01/overlay_support
Should showOverlay() parameter builder be pass Animation instead of progress ?
Open
help wanted
- Dominant language
- Dart
- Stars
- 379
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
Now:
```dart
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress);
```
Should be:
```dart
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, Animation animation);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.