UIRulesContext constructor

const UIRulesContext({
  1. EventContext? event,
  2. NavigationContext? navigation,
  3. ViewContext? view,
  4. required AppContext appContext,
})

Implementation

const UIRulesContext({
  this.event,
  this.navigation,
  this.view,
  required this.appContext,
});