GFBadgePosition constructor

const GFBadgePosition({
  1. double? top,
  2. double? end,
  3. double? bottom,
  4. double? start,
})

Implementation

const GFBadgePosition({this.top, this.end, this.bottom, this.start});