GTFBadgePosition.bottomStart constructor

GTFBadgePosition.bottomStart({
  1. double bottom = -2,
  2. double start = -2,
})

Implementation

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