CenterPageHint constructor

const CenterPageHint({
  1. Key? key,
  2. required String imgName,
  3. required String textHint,
})

Implementation

const CenterPageHint({Key? key, required this.imgName, required this.textHint}) : super(key: key);