AddressText constructor
const
AddressText({
- Key? key,
- required IReownAppKitModal appKitModal,
- TextStyle? style,
Implementation
const AddressText({
super.key,
required this.appKitModal,
this.style,
});