Tile constructor
const
Tile({})
Creates a curriculum tile widget.
Implementation
const Tile({
super.key,
required this.title,
this.subtitle,
this.icon = Icons.check_circle_outline,
this.iconBackgroundColor,
this.backgroundColor,
this.iconColor,
this.borderRadius = 16.0,
this.onTap,
});