SvgIconChip constructor Null safety

const SvgIconChip(
  1. String iconUrl,
  2. {required double height}
)

Implementation

const SvgIconChip(
  this.iconUrl, {
  required this.height,
});