StateX<T extends StatefulWidget> constructor

StateX<T extends StatefulWidget>({
  1. StateXController? controller,
  2. bool? runAsync,
  3. bool? useInherited,
  4. bool? routeAware,
})

Default useInherited to false

Implementation

StateX(
    {super.controller, super.runAsync, super.useInherited, bool? routeAware})
    : routeAware = routeAware ?? false;