InfoBarThemeData constructor

const InfoBarThemeData({
  1. InfoBarSeverityCheck<Color?>? color,
  2. InfoBarSeverityCheck<IconData>? icon,
  3. InfoBarSeverityCheck<Color?>? iconColor,
  4. IconData? closeIcon,
  5. ButtonThemeData? actionStyle,
  6. EdgeInsetsGeometry? padding,
})

Implementation

const InfoBarThemeData({
  this.color,
  this.icon,
  this.iconColor,
  this.closeIcon,
  this.actionStyle,
  this.padding,
});