ConfiguraTileForge constructor
const
ConfiguraTileForge({
- Key? key,
- ConfiguraAppBar? appBarConfig,
- required List<
ConfiguraTile> tiles, - DebugMode? debugMode,
- String? customErrorMessage,
- ConfiguraFab? fabConfig,
Implementation
const ConfiguraTileForge({
Key? key,
this.appBarConfig,
required this.tiles,
this.debugMode,
this.customErrorMessage,
this.fabConfig,
}) : super(key: key);