HeadingGroup constructor
const
HeadingGroup({})
Implementation
const HeadingGroup({
Key? key,
this.title = 'Welcome to',
this.subtitle = 'Onairos',
this.isDark = false,
this.textAlign = TextAlign.center,
}) : super(key: key);