JidoujishoPlaceholderMessage constructor
Instantiate a decorative information/error message with an icon.
Implementation
const JidoujishoPlaceholderMessage({
required this.icon,
required this.message,
this.color,
this.iconSize,
this.messageStyle,
super.key,
});