FanciPlaygroundPage constructor

const FanciPlaygroundPage({
  1. Key? key,
  2. required String appName,
  3. required List<FanciPlaygroundTab> tabs,
  4. ThemeModeController? themeModeController,
})

Implementation

const FanciPlaygroundPage({
  super.key,
  required this.appName,
  required this.tabs,
  this.themeModeController
});