BadgePosition constructor

const BadgePosition({
  1. double? top,
  2. double? right,
  3. double? bottom,
  4. double? left,
})

Implementation

const BadgePosition({this.top, this.right, this.bottom, this.left});