ZdsProfile constructor

const ZdsProfile(
  1. {required PreferredSizeWidget avatar,
  2. required Text nameText,
  3. required Text jobTitleText,
  4. String? semanticLabelTitle,
  5. String? semanticLabelSubTitle,
  6. Key? key,
  7. Widget? action}
)

Creates a snapshot of someone's profile.

Implementation

const ZdsProfile