Defunct DismissableState should not have live animations
This commit is contained in:
parent
6143492e6e
commit
fd8e64c402
@ -64,6 +64,12 @@ class _DismissableState extends State<Dismissable> {
|
|||||||
double _dragExtent = 0.0;
|
double _dragExtent = 0.0;
|
||||||
bool _dragUnderway = false;
|
bool _dragUnderway = false;
|
||||||
|
|
||||||
|
void dispose() {
|
||||||
|
_fadePerformance?.stop();
|
||||||
|
_resizePerformance?.stop();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
bool get _directionIsYAxis {
|
bool get _directionIsYAxis {
|
||||||
return
|
return
|
||||||
config.direction == DismissDirection.vertical ||
|
config.direction == DismissDirection.vertical ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user