-
-
Notifications
You must be signed in to change notification settings - Fork 645
Open
Description
In silidable.dart, the _SlidableState class declares a late final SlidableController controller and initializes it in initState. However, attempting to reassign it in didUpdateWidget causes an error.
I'm trying to figure out why Slidable.controller gets assigned two different objects in my project, but I still don't understand why a controller that will be updated is defined as final.
I would be very grateful if someone could explain it. : )
Metadata
Metadata
Assignees
Labels
No labels