minor fix
This commit is contained in:
parent
bbc5735ec6
commit
e5b4f648a1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class EntryPageView extends StatefulWidget {
|
||||||
State<EntryPageView> createState() => _EntryPageViewState();
|
State<EntryPageView> createState() => _EntryPageViewState();
|
||||||
}
|
}
|
||||||
|
|
||||||
class _EntryPageViewState extends State<EntryPageView> with SingleTickerProviderStateMixin {
|
class _EntryPageViewState extends State<EntryPageView> with TickerProviderStateMixin {
|
||||||
late ValueNotifier<ViewState> _viewStateNotifier;
|
late ValueNotifier<ViewState> _viewStateNotifier;
|
||||||
late AvesMagnifierController _magnifierController;
|
late AvesMagnifierController _magnifierController;
|
||||||
final List<StreamSubscription> _subscriptions = [];
|
final List<StreamSubscription> _subscriptions = [];
|
||||||
|
|
Loading…
Reference in a new issue