ModernTile constructor
const
ModernTile({})
Implementation
const ModernTile({
Key? key,
required this.icon,
required this.title,
required this.iconGradient,
this.onTap,
this.borderRadius = 14,
this.elevation = 8,
}) : super(key: key);