remove WidgetsBindingObserver ios
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
6e2132c65e
commit
2ada9fbee3
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ class IOSDraggable extends StatefulWidget {
|
|||
_IOSDraggableState createState() => _IOSDraggableState();
|
||||
}
|
||||
|
||||
class _IOSDraggableState extends State<IOSDraggable> with WidgetsBindingObserver {
|
||||
class _IOSDraggableState extends State<IOSDraggable> {
|
||||
late Offset _position;
|
||||
late ChatModel? _chatModel;
|
||||
late double _width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue