FourthStatefulWidget constructor

const FourthStatefulWidget({
  1. Key? key,
  2. required String title,
})

Implementation

const FourthStatefulWidget({Key? key, required this.title}) : super(key: key);