VirtualPhoneScope constructor

const VirtualPhoneScope({
  1. Key? key,
  2. Config? config,
  3. required Widget child,
})

Implementation

const VirtualPhoneScope({
  super.key,
  this.config,
  required this.child,
});