AndrossyActivity<T extends AndrossyController> constructor

const AndrossyActivity<T extends AndrossyController>({
  1. Key? key,
  2. String? identifier,
  3. bool showLifecycleLog = false,
  4. bool statusBar = true,
  5. bool transparentAppBar = false,
  6. bool transparentNavigationBar = false,
})

Implementation

const AndrossyActivity({
  super.key,
  this.identifier,
  this.showLifecycleLog = false,
  this.statusBar = true,
  this.transparentAppBar = false,
  this.transparentNavigationBar = false,
});