ThemedCustomNotificationLocation class

Constructors

ThemedCustomNotificationLocation({double? top, double? bottom, double? left, double? right, required double width, required Alignment alignment})
ThemedCustomNotificationLocation defines the exact location and width of the notification tray.
const

Properties

alignment Alignment
alignment is the alignment of the notification icon.
final
bottom double?
bottom is the bottom position of the notification icon.
final
hashCode int
The hash code for this object.
no setterinherited
left double?
left is the left position of the notification icon.
final
right is the right position of the notification icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
top is the top position of the notification icon.
final
width double
width is the width of the notification icon.
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