StatefulWidget constructor

const StatefulWidget({
  1. String? key,
  2. Ref? ref,
})

Implementation

const StatefulWidget({super.key, super.ref});