BadgePosition.topEnd constructor

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

Implementation

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