JidoujishoTag constructor
Create a tag that can be clicked on for more information.
Implementation
const JidoujishoTag({
required this.text,
required this.backgroundColor,
this.message,
this.trailingText,
this.icon,
this.foregroundColor = Colors.white,
this.iconSize,
this.style,
super.key,
});