GTFBadgePosition.topStart constructor

GTFBadgePosition.topStart({
  1. double top = -2,
  2. double start = -2,
})

Implementation

factory GTFBadgePosition.topStart({double top = -2, double start = -2}) {
  return GTFBadgePosition(top: top, start: start);
}