AtSyncUI class Null safety

Properties

appNavigatorKey GlobalKey<NavigatorState>?
read-only
dialogOverlayEntry OverlayEntry?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
loadingOverlayEntry OverlayEntry?
Sync Fullscreen
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
snackBarOverlayEntry OverlayEntry?
read / write
syncUIController AtSyncUIController?
read-only

Methods

configTheme({Color? primaryColor, Color? backgroundColor, Color? labelColor, AtSyncUIStyle? style}) → void
Provide default theme for UI (dialog/snackBar ...) using in the app
hideDialog() → void
Hide dialog UI
hideSnackBar() → void
Hide SnackBar UI
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setAppNavigatorKey(GlobalKey<NavigatorState>? appNavigator) → void
It set GlobalKey<NavigatorState> to get OverlayState which use to add OverlayEntry
setupController({required AtSyncUIController controller}) → void
showDialog({String? message, bool showRemoveAtsignOption = false}) → void
Show dialog UI
showSnackBar({String? message}) → void
Show SnackBar UI
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance AtSyncUI
read-only