DrawerHeaderItemsRF constructor

DrawerHeaderItemsRF(
  1. TemplateRF template, {
  2. String? title,
  3. String? subTitle,
  4. String? avatarImagePath,
  5. Color? avatarBorderColor,
  6. double? avatarBorderSize,
})

Implementation

DrawerHeaderItemsRF(
  this.template, {
  this.title,
  this.subTitle,
  this.avatarImagePath,
  this.avatarBorderColor,
  this.avatarBorderSize,
});