App constructor

App({
  1. Key? key,
  2. required TestExampleOptions options,
})

Implementation

App({
  Key? key,
  required this.options,
}) : super(key: key);