EditorialHeader constructor
Implementation
const EditorialHeader({
super.key,
required this.kicker,
required this.title,
this.titleSize = 40,
this.trailing,
this.padding = const EdgeInsets.only(bottom: 20),
});
const EditorialHeader({
super.key,
required this.kicker,
required this.title,
this.titleSize = 40,
this.trailing,
this.padding = const EdgeInsets.only(bottom: 20),
});