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
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