GetPosition constructor
GetPosition({
- GlobalKey<
State< ? key,StatefulWidget> > - EdgeInsets padding = EdgeInsets.zero,
- double? screenWidth,
- double? screenHeight,
Implementation
GetPosition({
this.key,
this.padding = EdgeInsets.zero,
this.screenWidth,
this.screenHeight,
});