mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 17:55:58 -07:00
fix: Nested hero widget in widget video_player_next_wrapper (#483)
This commit is contained in:
parent
a8e7fb1ec6
commit
a711e133a4
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class _ProgressFloatingButtonState extends ConsumerState<ProgressFloatingButton>
|
||||||
}
|
}
|
||||||
: null,
|
: null,
|
||||||
child: FloatingActionButton(
|
child: FloatingActionButton(
|
||||||
heroTag: "Progress_Floating_Button",
|
heroTag: null,
|
||||||
onPressed: isActive ? timer.cancel : timer.play,
|
onPressed: isActive ? timer.cancel : timer.play,
|
||||||
child: Stack(
|
child: Stack(
|
||||||
fit: StackFit.expand,
|
fit: StackFit.expand,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue