Address constructor

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

Implementation

const Address({
  super.key,
  required this.service,
  this.style,
});