AddressIcon constructor

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

Implementation

const AddressIcon(this.address,
    {Key? key, this.size,
    this.svg,
    this.tapToCopy = true,
    this.borderColor,
    this.borderWidth = 0.5}) : super(key: key);