DesktopCustomPersonVerticalTile constructor

const DesktopCustomPersonVerticalTile({
  1. Key? key,
  2. String? imageLocation,
  3. String? title,
  4. String? subTitle,
  5. bool isTopRight = false,
  6. IconData? icon,
  7. Function? onCrossPressed,
  8. bool isAssetImage = true,
  9. List? imageByteList,
  10. String? atsign,
})

Implementation

const DesktopCustomPersonVerticalTile({
  Key? key,
  this.imageLocation,
  this.title,
  this.subTitle,
  this.isTopRight = false,
  this.icon,
  this.onCrossPressed,
  this.isAssetImage = true,
  this.imageByteList,
  this.atsign,
}) : super(key: key);