AddressIcon constructor

const AddressIcon(
  1. String? address, {
  2. Key? key,
  3. double? size,
  4. String? svg,
  5. bool tapToCopy = true,
  6. Decoration? decoration,
})

Implementation

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