FPickerStyle class - forui.widgets.picker library (original) (raw)
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 FColors colors, required FStyle style, required FTypography typography})
Creates a FPickerStyle that inherits its properties.
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
A brief description of this object, usually just the runtimeType and thehashCode.
inherited
transform(T function(T))→ T
Available on T, provided by the FTransformables extension
Transform this T
using the given function
.