DesktopCustomPersonVerticalTile constructor

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

Implementation

DesktopCustomPersonVerticalTile(
    {this.title,
    this.subTitle,
    this.showCancelIcon = true,
    this.onRemovePress});