GTFBadgePosition class
Constructors
-
GTFBadgePosition({double? top, double? end, double? bottom, double? start, bool isCenter = false})
-
const
-
GTFBadgePosition.bottomEnd({double bottom = -2, double end = -2})
-
factory
-
GTFBadgePosition.bottomStart({double bottom = -2, double start = -2})
-
factory
-
GTFBadgePosition.center()
-
factory
-
GTFBadgePosition.custom({double? start, double? end, double? top, double? bottom, bool isCenter = false})
-
factory
-
GTFBadgePosition.topEnd({double top = -2, double end = -2})
-
factory
-
GTFBadgePosition.topStart({double top = -2, double start = -2})
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited