FTimePickerStyle class

The style of a time picker.

Inheritance
Implemented types
Available extensions

Constructors

FTimePickerStyle.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 = 0, TextHeightBehavior textHeightBehavior = const TextHeightBehavior(applyHeightToFirstAscent: false, applyHeightToLastDescent: false), double selectionHeightAdjustment = 5, EdgeInsetsDirectional padding = const EdgeInsetsDirectional.only(start: 10, end: 10)})
Creates a FTimePickerStyle.
const
FTimePickerStyle.inherit({required FColorScheme colorScheme, required FStyle style, required FTypography typography})
Creates a FTimePickerStyle that inherits its properties.

Properties

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

Methods

copyWith({EdgeInsetsDirectional? padding, double? diameterRatio, double? squeeze, double? magnification, double? overAndUnderCenterOpacity, double? spacing, TextStyle? textStyle, TextHeightBehavior? textHeightBehavior, double? selectionHeightAdjustment, BorderRadiusGeometry? selectionBorderRadius, Color? selectionColor, FFocusedOutlineStyle? focusedOutlineStyle}) FTimePickerStyle
Returns a copy of this FTimePickerStyle 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