AppbarHeaderAttributes constructor

AppbarHeaderAttributes({
  1. String? title,
  2. IconModel? icon,
  3. MemberMediumModel? memberMediumModel,
  4. required HeaderSelection header,
})

Implementation

AppbarHeaderAttributes(
    {this.title, this.icon, this.memberMediumModel, required this.header});