ProcessingView constructor

const ProcessingView({
  1. Key? key,
})

Implementation

const ProcessingView({Key? key}) : super(key: key);