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