VMsgStatusTheme class

Constructors

VMsgStatusTheme.dark({Widget pendingIcon = const Icon(Icons.timer_outlined, color: Colors.grey, size: _iconSize), Widget sendIcon = const Icon(Icons.done, color: Colors.grey, size: _iconSize), Widget deliverIcon = const Icon(Icons.done_all, color: Colors.grey, size: _iconSize), Widget seenIcon = const Icon(Icons.done_all, color: Colors.blue, size: _iconSize), Widget refreshIcon = const Icon(Icons.refresh, color: Colors.red, size: _iconSize)})
const
VMsgStatusTheme.light({Widget pendingIcon = const Icon(Icons.timer_outlined, color: Colors.black26, size: _iconSize), Widget sendIcon = const Icon(Icons.done, color: Colors.black26, size: _iconSize), Widget deliverIcon = const Icon(Icons.done_all, color: Colors.black26, size: _iconSize), Widget seenIcon = const Icon(Icons.done_all, color: Colors.blue, size: _iconSize), Widget refreshIcon = const Icon(Icons.refresh, color: Colors.red, size: _iconSize)})
const

Properties

deliverIcon Widget
final
hashCode int
The hash code for this object.
no setterinherited
pendingIcon Widget
final
refreshIcon Widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seenIcon Widget
final
sendIcon Widget
final

Methods

copyWith({Widget? pendingIcon, Widget? sendIcon, Widget? deliverIcon, Widget? seenIcon, Widget? refreshIcon}) VMsgStatusTheme
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