DTBadgePosition.topEnd constructor

DTBadgePosition.topEnd({
  1. double top = -8,
  2. double end = -10,
})

Implementation

factory DTBadgePosition.topEnd({double top = -8, double end = -10}) =>
    DTBadgePosition(top: top, end: end);