RScanView constructor

const RScanView({
  1. required RScanController controller,
})

Implementation

const RScanView({required this.controller}) : assert(controller != null);