BadgePosition.topStart constructor
Factory method that creates a new instance of this widget
according to top
and start
Implementation
factory BadgePosition.topStart({double top = -5, double start = -10}) => BadgePosition(top: top, start: start);