HeaderComponent constructor
const
HeaderComponent({})
Implementation
const HeaderComponent({
Key? key,
required this.header,
required this.height,
required this.width,
this.backgroundColor = Colors.white,
this.borderColor = const Color(0xFF353433),
}) : super(key: key);