NyStatefulWidget constructor
NyStatefulWidget({
- Key? key,
- BaseController? controller,
- String? routeName,
Implementation
NyStatefulWidget({Key? key, this.controller, this.routeName})
: super(key: key);