FPickerStyleDelta.delta constructor
const
FPickerStyleDelta.delta({
- double? diameterRatio,
- double? squeeze,
- double? magnification,
- double? overAndUnderCenterOpacity,
- double? spacing,
- TextStyleDelta? textStyle,
- TextHeightBehavior? textHeightBehavior,
- double? selectionHeightAdjustment,
- BorderRadiusGeometry? selectionBorderRadius,
- Color? selectionColor,
- FFocusedOutlineStyleDelta? focusedOutlineStyle,
Creates a partial modification of a FPickerStyle.
Parameters
- FPickerStyle.diameterRatio - A ratio between the diameter of the cylinder and the viewport's size.
- FPickerStyle.squeeze - The angular compactness of the children on the wheel.
- FPickerStyle.magnification - The zoomed-in rate of the magnifier.
- FPickerStyle.overAndUnderCenterOpacity - The opacity value applied to the wheel above and below the magnifier.
- FPickerStyle.spacing - The spacing between the picker's wheels.
- FPickerStyle.textStyle - The picker's default text style.
- FPickerStyle.textHeightBehavior - The picker's default text height behavior.
- FPickerStyle.selectionHeightAdjustment - An amount to add to the height of the selection.
- FPickerStyle.selectionBorderRadius - The selection's border radius.
- FPickerStyle.selectionColor - The selection's color.
- FPickerStyle.focusedOutlineStyle - The focused outline style.
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;