ConfirmExitModalOptions class

ConfirmExitModalOptions - Defines configuration options for the ConfirmExitModal.

Constructors

ConfirmExitModalOptions({required bool isVisible, required VoidCallback onClose, String position = 'topRight', Color backgroundColor = const Color(0xFF83C0E9), ConfirmExitType exitEventOnConfirm = confirmExit, required String member, bool ban = false, required String roomName, Socket? socket, required String islevel})

Properties

backgroundColor Color
final
ban bool
final
exitEventOnConfirm ConfirmExitType
final
hashCode int
The hash code for this object.
no setterinherited
islevel String
final
isVisible bool
final
member String
final
onClose VoidCallback
final
position String
final
roomName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket Socket?
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