DesktopCustomPersonVerticalTile constructor

const DesktopCustomPersonVerticalTile({
  1. Key? key,
  2. String? title,
  3. String? subTitle,
  4. bool showCancelIcon = true,
  5. Function? onRemovePress,
})

Implementation

const DesktopCustomPersonVerticalTile({
  Key? key,
  this.title,
  this.subTitle,
  this.showCancelIcon = true,
  this.onRemovePress,
}) : super(key: key);