CustomTargetContentPosition constructor

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

Implementation

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