boyan01/overlay_support
Should showOverlay() parameter builder be pass Animation instead of progress ?
Aperta
#28 aperta il 9 dic 2019
help wanted
Metriche repository
- Star
- (379 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Now:
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress);
Should be:
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, Animation<double> animation);