Remove unnecessary SingleTickerProviderStateMixin
This commit is contained in:
parent
d6fc57fc3f
commit
c4ec818fb8
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ class ZoomableImage extends StatefulWidget {
|
|||
State<ZoomableImage> createState() => _ZoomableImageState();
|
||||
}
|
||||
|
||||
class _ZoomableImageState extends State<ZoomableImage> {
|
||||
class _ZoomableImageState extends State<ZoomableImage>
|
||||
with SingleTickerProviderStateMixin {
|
||||
late Logger _logger;
|
||||
late EnteFile _photo;
|
||||
ImageProvider? _imageProvider;
|
||||
|
|
Loading…
Add table
Reference in a new issue