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