PollModalOptions class
Constructors
-
PollModalOptions({required bool isPollModalVisible, required VoidCallback onClose, String position = 'topRight', Color backgroundColor = const Color(0xFFF5F5F5), required String member, required String islevel, required List<
Poll> polls, Poll? poll, Socket? socket, required String roomName, ShowAlert? showAlert, required ValueChanged<bool> updateIsPollModalVisible, required HandleCreatePollType handleCreatePoll, required HandleEndPollType handleEndPoll, required HandleVotePollType handleVotePoll})
Properties
- backgroundColor → Color
-
final
- handleCreatePoll → HandleCreatePollType
-
final
- handleEndPoll → HandleEndPollType
-
final
- handleVotePoll → HandleVotePollType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- islevel → String
-
final
- isPollModalVisible → bool
-
final
- member → String
-
final
- onClose → VoidCallback
-
final
- poll → Poll?
-
final
-
polls
→ List<
Poll> -
final
- position → String
-
final
- roomName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlert → ShowAlert?
-
final
- socket → Socket?
-
final
-
updateIsPollModalVisible
→ ValueChanged<
bool> -
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