NexoraArView constructor

const NexoraArView({
  1. Key? key,
  2. Map<String, dynamic> creationParams = const {},
})

Implementation

const NexoraArView({Key? key, this.creationParams = const {}})
  : super(key: key);