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);