SpinnerPopScope constructor

SpinnerPopScope({
  1. required Widget child,
  2. double scale = 0.7,
  3. double width = AutoLength,
  4. double offsetX = 0,
  5. bool isMaybeFocus = true,
})

Implementation

SpinnerPopScope({
  required this.child,
  this.scale = 0.7,
  this.width = AutoLength,
  this.offsetX = 0,
  this.isMaybeFocus = true,
});