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