NotiTileInfo constructor
const
NotiTileInfo({})
Implementation
const NotiTileInfo({
Key? key,
required this.title,
required this.content,
this.titleStyle,
this.contentStyle,
required this.notiTileType,
}) : super(key: key);