StreamIconThemeSvgIcon constructor

const StreamIconThemeSvgIcon({
  1. Key? key,
  2. String? assetName,
  3. double? width,
  4. double? height,
  5. Color? color,
})

Implementation

const StreamIconThemeSvgIcon({
  super.key,
  this.assetName,
  this.width,
  this.height,
  this.color,
});