MarkedButton constructor
MarkedButton({})
Implementation
MarkedButton(
{this.onPressed,
required this.icon,
this.text = '',
this.unimportantColor = Colors.grey,
this.importantColor = Colors.red,
this.underColor,
this.color,
this.textStyle,
this.textRight,
this.textUnder,
this.importantType = MarkedButtonInfoType.Unimportant});