StackPosBtn constructor

StackPosBtn({
  1. double? left,
  2. double? rigth,
  3. double? top,
  4. double? bottom,
  5. double? height,
  6. double? width,
})

Implementation

StackPosBtn(
    {this.left, this.rigth, this.top, this.bottom, this.height, this.width});