GetPosition constructor

GetPosition({
  1. GlobalKey<State<StatefulWidget>>? key,
  2. EdgeInsets padding = EdgeInsets.zero,
  3. double? screenWidth,
  4. double? screenHeight,
})

Implementation

GetPosition({
  this.key,
  this.padding = EdgeInsets.zero,
  this.screenWidth,
  this.screenHeight,
});