ProfileViewPositioned constructor

ProfileViewPositioned({
  1. int? left,
  2. int? top,
  3. int? right,
  4. int? bottom,
  5. int? width,
  6. int? height,
})

Constructor for the ProfileViewPositioned class.

Implementation

ProfileViewPositioned(
    {this.left, this.top, this.right, this.bottom, this.width, this.height});