CrCell<PT> constructor
CrCell<PT> ({})
Implementation
CrCell(
{Key? key,
this.title,
this.subTitle,
this.preview,
this.icon,
this.rightIcon,
this.onTap})
: super(key: key);