UIRulesContext constructor
const
UIRulesContext({
- EventContext? event,
- ViewContext? view,
- required AppContext appContext,
Implementation
const UIRulesContext({
this.event,
this.navigation,
this.view,
required this.appContext,
});