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