MainScreen constructor Null safety
- JrpnState jrpnState,
- ScalableImage icon,
- {Key? key}
Implementation
MainScreen(this.jrpnState, this.icon, {Key? key})
: app = jrpnState.widget,
super(key: key);
MainScreen(this.jrpnState, this.icon, {Key? key})
: app = jrpnState.widget,
super(key: key);