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