GFBadgePosition.topEnd constructor

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

Implementation

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