AddressIcon constructor

AddressIcon(
  1. String? address, {
  2. double? size,
  3. String? svg,
  4. bool tapToCopy = true,
  5. Color? borderColor,
  6. double borderWidth = 0.5,
})

Implementation

AddressIcon(this.address,
    {this.size,
    this.svg,
    this.tapToCopy = true,
    this.borderColor,
    this.borderWidth = 0.5});