const VelocityDrawerHeader({ Key? key, required this.title, required this.subtitle, this.avatarWidget, }) : super(key: key);