NavigationScreenEnterEvent constructor

const NavigationScreenEnterEvent({
  1. required String screenName,
  2. String? navigationMethod,
  3. String? sourceScreen,
  4. String? breadcrumb,
})

Implementation

const NavigationScreenEnterEvent({
  required this.screenName,
  this.navigationMethod,
  this.sourceScreen,
  this.breadcrumb,
});