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