RoutesAnnotation constructor

const RoutesAnnotation({
  1. bool bottomSheets = false,
  2. bool dialogs = false,
})

Implementation

const RoutesAnnotation({
  this.bottomSheets = false,
  this.dialogs = false,
});