CustomTile constructor
const
CustomTile({})
Implementation
const CustomTile({
Key? key,
required this.iconStart,
required this.title,
required this.description,
required this.onTap,
this.iconEnd,
}) : super(key: key);