SliverWithKeepAliveWidget constructor

const SliverWithKeepAliveWidget(
  1. {Key? key}
)

Initializes fields for subclasses.

Implementation

const SliverWithKeepAliveWidget({
  super.key,
});