CLAIDView constructor

const CLAIDView({
  1. Key? key,
  2. required String title,
})

Implementation

const CLAIDView({super.key, required this.title});