FPickerStyleDelta.delta constructor

const FPickerStyleDelta.delta({
  1. double? diameterRatio,
  2. double? squeeze,
  3. double? magnification,
  4. double? overAndUnderCenterOpacity,
  5. double? spacing,
  6. TextStyleDelta? textStyle,
  7. TextHeightBehavior? textHeightBehavior,
  8. double? selectionHeightAdjustment,
  9. BorderRadiusGeometry? selectionBorderRadius,
  10. Color? selectionColor,
  11. FFocusedOutlineStyleDelta? focusedOutlineStyle,
})

Creates a partial modification of a FPickerStyle.

Parameters

Implementation

const factory FPickerStyleDelta.delta({
  double? diameterRatio,
  double? squeeze,
  double? magnification,
  double? overAndUnderCenterOpacity,
  double? spacing,
  TextStyleDelta? textStyle,
  TextHeightBehavior? textHeightBehavior,
  double? selectionHeightAdjustment,
  BorderRadiusGeometry? selectionBorderRadius,
  Color? selectionColor,
  FFocusedOutlineStyleDelta? focusedOutlineStyle,
}) = _FPickerStyleDelta;