Icon constructor

Icon({
  1. String? url,
})

Implementation

Icon({
  this.url,
});