FPickerStyle class

FPickerStyle's style.

Implemented types
Mixed-in types
Implementers
Available extensions

Constructors

FPickerStyle.new({required TextStyle textStyle, required BorderRadiusGeometry selectionBorderRadius, required Color selectionColor, required FFocusedOutlineStyle focusedOutlineStyle, 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.
const
FPickerStyle.inherit({required FColorScheme colorScheme, required FStyle style, required FTypography typography})
Creates a FPickerStyle that inherits its properties.

Properties

diameterRatio double
A ratio between the diameter of the cylinder and the viewport's size.
final
focusedOutlineStyle FFocusedOutlineStyle
The focused outline style.
final
hashCode int
The hash code for this object.
no setterinherited
magnification double
The zoomed-in rate of the magnifier.
final
overAndUnderCenterOpacity double
The opacity value applied to the wheel above and below the magnifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionBorderRadius BorderRadiusGeometry
The selection's border radius.
final
selectionColor Color
The selection's color.
final
selectionHeightAdjustment double
An amount to add to the height of the selection.
final
spacing double
The spacing between the picker's wheels. Defaults to 5.
final
squeeze double
The angular compactness of the children on the wheel.
final
textHeightBehavior TextHeightBehavior
The picker's default text height behavior.
final
textStyle TextStyle
The picker's default text style.
final

Methods

copyWith({double? diameterRatio, double? squeeze, double? magnification, double? overAndUnderCenterOpacity, double? spacing, TextStyle? textStyle, TextHeightBehavior? textHeightBehavior, double? selectionHeightAdjustment, BorderRadiusGeometry? selectionBorderRadius, Color? selectionColor, FFocusedOutlineStyle? focusedOutlineStyle}) FPickerStyle
Returns a copy of this FPickerStyle with the given properties replaced.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited
transform(T function(T)) → T

Available on T, provided by the FTransformables extension

Transform this T using the given function.

Operators

operator ==(Object other) bool
The equality operator.
inherited