AddressText constructor

const AddressText({
  1. Key? key,
  2. required IReownAppKitModal appKitModal,
  3. TextStyle? style,
})

Implementation

const AddressText({
  super.key,
  required this.appKitModal,
  this.style,
});