SimpleHeader constructor
const
SimpleHeader({
- Key? key,
- String? title,
- double height = 56,
- Positioned? right,
Implementation
const SimpleHeader({
super.key,
this.title,
this.height = 56,
this.right,
});