HeaderContents constructor
HeaderContents({})
Implementation
HeaderContents({
this.mainTitle = 'Main Title',
this.title = 'Title',
this.subtitle = 'Subtitle',
this.icon = const Icon(Icons.close, size: 32, color: Colors.white),
required this.avatar,
this.onIconTap,
});