FPickerStyle constructor

const FPickerStyle({
  1. required TextStyle textStyle,
  2. required Decoration selectionDecoration,
  3. required FFocusedOutlineStyle focusedOutlineStyle,
  4. required Future<void> hapticFeedback(),
  5. double diameterRatio = 1.07,
  6. double squeeze = 1,
  7. double magnification = 1,
  8. double overAndUnderCenterOpacity = 0.25,
  9. double spacing = 5,
  10. TextHeightBehavior textHeightBehavior = const TextHeightBehavior(applyHeightToFirstAscent: false, applyHeightToLastDescent: false),
  11. double selectionHeightAdjustment = 0,
})

Creates a FPickerStyle.