UIIconThemeData constructor

const UIIconThemeData({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. double? containerSize,
  4. double? iconSize,
  5. BorderRadius? borderRadius,
  6. BoxShadow? boxShadow,
})

Implementation

const UIIconThemeData({
  this.backgroundColor,
  this.foregroundColor,
  this.containerSize,
  this.iconSize,
  this.borderRadius,
  this.boxShadow,
});