HeaderIntro constructor

const HeaderIntro({
  1. String title = "",
  2. String subtitle = "",
  3. int sizeRelation = 3,
  4. Key? key,
})

Implementation

const HeaderIntro({this.title = "", this.subtitle = "", this.showLogo = true, this.showPreLogo = true, this.sizeRelation = 3, super.key});