WidgetTheme constructor

const WidgetTheme({
  1. IconData? icon,
  2. Color color = otherWidgetColor,
})

Implementation

const WidgetTheme({
  this.icon,
  this.color = otherWidgetColor,
});