CardTile constructor
const
CardTile({})
Implementation
const CardTile({
Key? key,
required this.title,
this.trailing = "",
this.subtitle,
this.leading,
this.onTap,
this.disabled,
}) : super(key: key);
const CardTile({
Key? key,
required this.title,
this.trailing = "",
this.subtitle,
this.leading,
this.onTap,
this.disabled,
}) : super(key: key);