NotiTileIcon constructor
const
NotiTileIcon({})
Implementation
const NotiTileIcon({
Key? key,
required this.height,
required this.imageMaxHeight,
required this.imageMaxWidth,
required this.iconBackgroundColor,
required this.imageRatio,
required this.notiTileType,
this.imageAssets,
}) : super(key: key);