mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-05 02:24:52 +08:00
more fab anim
Closes #2265 Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -22,7 +22,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
abstract class CommonDynPageState<T extends StatefulWidget> extends State<T>
|
||||
with SingleTickerProviderStateMixin, FabMixin {
|
||||
with SingleTickerProviderStateMixin, BaseFabMixin, FabMixin {
|
||||
CommonDynController get controller;
|
||||
|
||||
late final ScrollController scrollController;
|
||||
|
||||
Reference in New Issue
Block a user