FAutocompleteStyle class

An FAutocomplete's style.

Mixed-in types
Available extensions

Constructors

FAutocompleteStyle.new({required FTextFieldStyle fieldStyle, required FWidgetStateMap<TextStyle> composingTextStyle, required FWidgetStateMap<TextStyle> typeaheadTextStyle, required FPopoverStyle popoverStyle, required FAutocompleteContentStyle contentStyle})
Creates a FAutocompleteStyle.
FAutocompleteStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
Creates a FAutocompleteStyle that inherits its properties.
factory

Properties

composingTextStyle FWidgetStateMap<TextStyle>
The composing text's TextStyle.
final
contentStyle FAutocompleteContentStyle
The content's style.
final
fieldStyle FTextFieldStyle
The select field's style.
final
hashCode int
The hash code for this object.
no setterinherited
popoverStyle FPopoverStyle
The popover's style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeaheadTextStyle FWidgetStateMap<TextStyle>
The typeahead's TextStyle.
final

Methods

call(Object? _) FAutocompleteStyle
Returns itself.
inherited
copyWith({FTextFieldStyle fieldStyle(FTextFieldStyle style)?, FWidgetStateMap<TextStyle>? composingTextStyle, FWidgetStateMap<TextStyle>? typeaheadTextStyle, FPopoverStyle popoverStyle(FPopoverStyle style)?, FAutocompleteContentStyle contentStyle(FAutocompleteContentStyle style)?}) FAutocompleteStyle

Available on FAutocompleteStyle, provided by the $FAutocompleteStyleTransformations extension

Returns a copy of this FAutocompleteStyle with the given properties replaced.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
lerp(FAutocompleteStyle other, double t) FAutocompleteStyle

Available on FAutocompleteStyle, provided by the $FAutocompleteStyleTransformations extension

Linearly interpolate between this and another FAutocompleteStyle using the given factor t.
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

Operators

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