DigitIconTile constructor
const
DigitIconTile({})
Implementation
const DigitIconTile({
super.key,
required this.title,
this.content,
this.icon,
this.imageIcon,
this.selected,
required this.onPressed,
});