ConfiguraTileForge constructor

const ConfiguraTileForge({
  1. Key? key,
  2. ConfiguraAppBar? appBarConfig,
  3. required List<ConfiguraTile> tiles,
  4. DebugMode? debugMode,
  5. String? customErrorMessage,
  6. ConfiguraFab? fabConfig,
})

Implementation

const ConfiguraTileForge({
  Key? key,
  this.appBarConfig,
  required this.tiles,
  this.debugMode,
  this.customErrorMessage,
  this.fabConfig,
}) : super(key: key);