FollyUserHeader<O> constructor

const FollyUserHeader<O>(
  1. String name,
  2. String email,
  3. String companyName,
  4. Color foreground,
  5. Color background,
  6. List<PopupIconMenuItem<O>>? menuItems,
  7. dynamic onMenuSelect(
    1. O operation
    )?, {
  8. bool expandable = false,
  9. Key? key,
})

Implementation

const FollyUserHeader(
  this.name,
  this.email,
  this.companyName,
  this.foreground,
  this.background,
  this.menuItems,
  this.onMenuSelect, {
  this.expandable = false,
  super.key,
});