UBadgePosition class

Constructors

UBadgePosition({double? top, double? end, double? bottom, double? start, bool isCenter = false})
const
UBadgePosition.bottomEnd({double bottom = -8, double end = -10})
factory
UBadgePosition.bottomStart({double bottom = -8, double start = -10})
factory
UBadgePosition.center()
factory
UBadgePosition.topEnd({double top = -8, double end = -10})
factory
UBadgePosition.topStart({double top = -5, double start = -10})
factory

Properties

bottom → double?
final
end → double?
final
hashCode → int
The hash code for this object.
no setterinherited
isCenter → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
start → double?
final
top → double?
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