GFBadgePosition.topStart constructor

GFBadgePosition.topStart({
  1. double top = -5,
  2. double start = -10,
})

Implementation

factory GFBadgePosition.topStart({double top = -5, double start = -10}) =>
    GFBadgePosition(top: top, start: start);