StatefulBlocWidget constructor

const StatefulBlocWidget({
  1. Key? key,
})

Creates a StatefulBlocWidget instance with the specified key.

Implementation

const StatefulBlocWidget({super.key});