FanciPlaygroundApp constructor

FanciPlaygroundApp({
  1. required String appName,
  2. required List<FanciPlaygroundTab> tabs,
  3. Key? key,
})

Implementation

FanciPlaygroundApp({
  required this.appName,
  required this.tabs,
  super.key
});