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