BadgePosition class

Constructors

BadgePosition.new({double? top, double? end, double? bottom, double? start, bool isCenter = false})
const
BadgePosition.bottomEnd({double bottom = -8, double end = -10})
factory
BadgePosition.bottomStart({double bottom = -8, double start = -10})
factory
BadgePosition.center()
factory
BadgePosition.topEnd({double top = -8, double end = -10})
factory
BadgePosition.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