StreamSvgIcon constructor

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

Icon set of stream chat

Implementation

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