FPickerStyle constructor
const
FPickerStyle({
- required TextStyle textStyle,
- required Decoration selectionDecoration,
- required FFocusedOutlineStyle focusedOutlineStyle,
- required Future<
void> hapticFeedback(), - double diameterRatio = 1.07,
- double squeeze = 1,
- double magnification = 1,
- double overAndUnderCenterOpacity = 0.25,
- double spacing = 5,
- TextHeightBehavior textHeightBehavior = const TextHeightBehavior(applyHeightToFirstAscent: false, applyHeightToLastDescent: false),
- double selectionHeightAdjustment = 0,
Creates a FPickerStyle.