FdcApp constructor
const
FdcApp({
- Key? key,
- FdcFormatSettings? formatSettings,
- FdcFormatResolver formatResolver = const FdcDefaultFormatResolver(),
- FdcTranslations? translations,
- FdcTranslationResolver translationResolver = const FdcDefaultTranslationResolver(),
- FdcThemeData? theme,
- FdcExportStyle exportStyle = const FdcExportStyle(),
- FdcFocusOptions focus = const FdcFocusOptions(),
- required Widget child,
Creates a FdcApp.
Implementation
const FdcApp({
super.key,
this.formatSettings,
this.formatResolver = const FdcDefaultFormatResolver(),
this.translations,
this.translationResolver = const FdcDefaultTranslationResolver(),
this.theme,
this.exportStyle = const FdcExportStyle(),
this.focus = const FdcFocusOptions(),
required this.child,
});