GlHeaderInfo constructor

GlHeaderInfo({
  1. required bool national,
  2. required String title,
  3. required String subTitle,
  4. required String flagAsset,
})

Implementation

GlHeaderInfo({required this.national, required this.title, required this.subTitle, required this.flagAsset});