BadgePosition.center constructor
BadgePosition.center()
Factory method that creates a new instance of this widget according to the center
Implementation
factory BadgePosition.center() => const BadgePosition(isCenter: true);