Unable to pass animationController as an argument to a stateful widget in flutter
I am trying to pass the animationController as an argument to my statefullwidget . But getting this error . The instance member '_controller' can't be accessed in an initializer. Try replacing the reference to the instance member with a different…