boyan01/overlay_support
Should showOverlay() parameter builder be pass Animation instead of progress ?
开放
#28 创建于 2019年12月9日
help wanted
仓库指标
- 星标
- (379 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Now:
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress);
Should be:
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, Animation<double> animation);