Skip to main content

enums library

Enums

CallFor
ChatState

Represents the state of the chat

MessageType

Represents the type of the Message

ModalSheet
TileType

Represents the type of the tile

ViewState

This file contains different enums. The enum keyword is used to define an enumeration type in Dart. The use case of enumeration is to store finite data members under the same type definition. Represents the state of the view