UIStateUtils class

Constructors

UIStateUtils.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getDefaultEmptyStateView(BuildContext context, CometChatColorPalette colorPalette, CometChatTypography typography, CometChatSpacing spacing, {String? emptyStateText, Color? emptyStateTextColor, TextStyle? emptyStateTextStyle, String? emptyStateSubtitle, Color? emptyStateSubtitleColor, TextStyle? emptyStateSubtitleStyle, Widget? icon}) → dynamic
getDefaultErrorStateView(BuildContext context, CometChatColorPalette colorPalette, CometChatTypography typography, CometChatSpacing spacing, VoidCallback? retryCallBack, {String? errorStateText, Color? errorStateTextColor, TextStyle? errorStateTextStyle, String? errorStateSubtitle, Color? errorStateSubtitleColor, TextStyle? errorStateSubtitleStyle, TextStyle? buttonTextStyle, Color? buttonTextColor, Color? buttonBackgroundColor, BorderSide? buttonBorderSide, BorderRadiusGeometry? buttonBorderRadius}) → dynamic