FormHeaderWidget constructor
Implementation
const FormHeaderWidget({
super.key,
this.imageColor,
this.heightBetween,
this.image,
required this.title,
required this.subTitle,
this.imageHeight = 0.15,
this.textAlign,
this.crossAxisAlignment = CrossAxisAlignment.start,
});