FlutterTagPosition class

Constructors

FlutterTagPosition.bottomEnd({double bottom = -8, double end = -10})
Factory method that creates a new instance of this widget according to bottom and end
factory
FlutterTagPosition.bottomStart({double bottom = -8, double start = -10})
Factory method that creates a new instance of this widget according to bottom and start
factory
FlutterTagPosition.center()
Factory method that creates a new instance of this widget according to the center
factory
FlutterTagPosition.custom({double? start, double? end, double? top, double? bottom, bool isCenter = false})
factory
FlutterTagPosition.topEnd({double top = -8, double end = -10})
Factory method that creates a new instance of this widget according to top and end
factory
FlutterTagPosition.topStart({double top = -5, double start = -10})
Factory method that creates a new instance of this widget according to top and start
factory

Properties

bottom double?
Distance to the bottom side of the parent widget.
final
end double?
Distance to the end side of the parent widget.
final
hashCode int
The hash code for this object.
no setterinherited
isCenter bool
Indicates if the badge should be centered within the parent widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double?
Distance to the start side of the parent widget.
final
top double?
Distance to the top side of the parent widget.
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