IStatefulWidget constructor

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

Implementation

const IStatefulWidget({Key? key}) : super(key: key);