NoticeStyle constructor

NoticeStyle(
  1. Widget leftIcon,
  2. Color textColor,
  3. Color backgroundColor,
  4. Widget rightIcon,
)

Implementation

NoticeStyle(
    this.leftIcon, this.textColor, this.backgroundColor, this.rightIcon);