factory BadgePosition.topStart({double top = -5, double start = -10}) => BadgePosition(top: top, start: start);