StatefulComponent constructor

StatefulComponent({
  1. Key? key,
})

Constructor for StatefulComponent

Implementation

StatefulComponent({Key? key}) : super(key: key);