LoadingGeneralFrameworkWidget constructor
const
LoadingGeneralFrameworkWidget({
- Key? key,
- required LoadingGeneralFrameworkController loadingGeneralFrameworkController,
- required LoadingGeneralFrameworkType loadingGeneralFrameworkType,
UncompleteDocumentation
Implementation
const LoadingGeneralFrameworkWidget({
super.key,
required this.loadingGeneralFrameworkController,
required this.loadingGeneralFrameworkType,
});