KeepAliveTab constructor

const KeepAliveTab({
  1. Key? key,
  2. required StackedPage page,
})

Implementation

const KeepAliveTab({
  Key? key,
  required this.page,
}) : super(key: key);