TestView constructor

const TestView({
  1. Key? key,
  2. Test? test,
  3. String? previousRoute,
  4. Mother? mother,
})

Implementation

const TestView({super.key, this.test, this.previousRoute, this.mother});