AtSyncUI class

Properties

appNavigatorKey → GlobalKey<NavigatorState>?
no setter
dialogOverlayEntry ↔ OverlayEntry?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
loadingOverlayEntry ↔ OverlayEntry?
Sync Fullscreen
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
snackBarOverlayEntry ↔ OverlayEntry?
getter/setter pair
syncUIController → AtSyncUIController?
no setter

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 nonexistent 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
no setter