LifecycleAwareStatefulWidget constructor Null safety

const LifecycleAwareStatefulWidget(
  1. {dynamic key}
)

Initializes key for subclasses.

Implementation

const LifecycleAwareStatefulWidget({
  Key? key,
}) : super(key: key);