SimulatorPage constructor

const SimulatorPage({
  1. Key? key,
  2. bool enableNavigationBar = true,
})

Implementation

const SimulatorPage({
  super.key,
  this.enableNavigationBar = true,
});