FLDyUnitImageProvider constructor

FLDyUnitImageProvider(
  1. String? type,
  2. String? url,
  3. String? assetName, {
  4. double? scale = 1.0,
})

Implementation

FLDyUnitImageProvider(this.type, this.url, this.assetName,
    {this.scale = 1.0});