TestView constructor

TestView({
  1. Key? key,
  2. TestViewCreatedCallback? onCreated,
  3. String? titleStr,
})

Implementation

TestView({
 Key? key,
 this.onCreated,
 this.titleStr
});