BlockKeepAliveWrapper constructor

const BlockKeepAliveWrapper({
  1. required Widget child,
  2. Key? key,
})

Implementation

const BlockKeepAliveWrapper({required this.child, super.key});