LoadingDialogTheme constructor
const
LoadingDialogTheme({})
Creates an instance of the LoadingDialogTheme
class with the specified theme properties.
Implementation
const LoadingDialogTheme({
this.textColor = imageEditorTextColor,
this.cupertinoPrimaryColorLight = const Color(0xFF000000),
this.cupertinoPrimaryColorDark = const Color(0xFFFFFFFF),
});