NyStatefulWidget constructor

NyStatefulWidget({
  1. Key? key,
  2. BaseController? controller,
  3. String? routeName,
})

Implementation

NyStatefulWidget({Key? key, this.controller, this.routeName}) : super(key: key);