BaseScreen constructor

const BaseScreen({
  1. BaseScreen? previousPage,
  2. Key? key,
})

Implementation

const BaseScreen({
  this.previousPage,
  Key? key,
}) : super(key: key);