KeepAliveTab constructor

const KeepAliveTab({
  1. Key? key,
  2. required AutoRoutePage page,
  3. bool initiallyLoaded = true,
})

Default contractor

Implementation

const KeepAliveTab({
  super.key,
  required this.page,
  this.initiallyLoaded = true,
});