HeaderWithAnimation constructor
const
HeaderWithAnimation({})
Implementation
const HeaderWithAnimation({
super.key,
required this.headerColor,
TextStyle? titleStyle,
TextStyle? userNameStyle,
this.profileImage,
this.isShowUserProfile = true,
this.isShowUserName = true,
required this.title,
this.userFirstName,
this.userLastName,
}) : titleStyle = titleStyle ?? const TextStyle(color: Colors.white),
userNameStyle = userNameStyle ?? const TextStyle(color: Colors.white);