KeepAliveBuilder constructor

const KeepAliveBuilder({
  1. Key? key,
  2. bool wantKeepAlive = true,
  3. required WidgetBuilder builder,
})

Implementation

const KeepAliveBuilder({super.key, this.wantKeepAlive = true, required this.builder});