AppStyle class
Constructors
- AppStyle.new({LoginPageStyle? loginPageStyle, ProfileViewStyle? profileViewStyle, DashBoardPageStyle? dashBoardPageStyle, ArchivedChatsPageStyle? archivedChatsPageStyle, ChatPageStyle? chatPageStyle, CreateGroupPageStyle? createGroupPageStyle, ChatInfoPageStyle? chatInfoPageStyle, GroupChatInfoPageStyle? groupChatInfoPageStyle, ContactListPageStyle? contactListPageStyle, SettingsPageStyle? settingsPageStyle, ViewAllMediaPageStyle? viewAllMediaPageStyle, MessageInfoPageStyle? messageInfoPageStyle, BlockedListPageStyle? blockedListPageStyle, StarredMessageListPageStyle? starredMessageListPageStyle, OutgoingCallPageStyle? outgoingCallPageStyle, CallAgainPageStyle? callAgainPageStyle, OngoingCallPageStyle? ongoingCallPageStyle, AddParticipantsPageStyle? addParticipantsPageStyle, DialogStyle? dialogStyle})
Properties
- addParticipantsPageStyle → AddParticipantsPageStyle?
-
final
- archivedChatsPageStyle → ArchivedChatsPageStyle?
-
final
- blockedListPageStyle → BlockedListPageStyle?
-
final
- callAgainPageStyle → CallAgainPageStyle?
-
final
- chatInfoPageStyle → ChatInfoPageStyle?
-
final
- chatPageStyle → ChatPageStyle?
-
final
- contactListPageStyle → ContactListPageStyle?
-
final
- createGroupPageStyle → CreateGroupPageStyle?
-
final
- dashBoardPageStyle → DashBoardPageStyle?
-
final
- dialogStyle → DialogStyle?
-
final
- groupChatInfoPageStyle → GroupChatInfoPageStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginPageStyle → LoginPageStyle?
-
final
- messageInfoPageStyle → MessageInfoPageStyle?
-
final
- ongoingCallPageStyle → OngoingCallPageStyle?
-
final
- outgoingCallPageStyle → OutgoingCallPageStyle?
-
final
- profileViewStyle → ProfileViewStyle?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settingsPageStyle → SettingsPageStyle?
-
final
- starredMessageListPageStyle → StarredMessageListPageStyle?
-
final
- viewAllMediaPageStyle → ViewAllMediaPageStyle?
-
final
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