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