InlineSuggestionConfig class

Configuration for inline suggestion display

Constructors

InlineSuggestionConfig({Color? ghostTextColor, TextStyle? ghostTextStyle, Duration animationDuration = const Duration(milliseconds: 150), bool showOnFocus = true, bool hideOnBlur = true, bool acceptOnTab = true, bool partialAcceptOnArrowRight = true})
const

Properties

acceptOnTab bool
Accept suggestion on Tab key
final
animationDuration Duration
Animation duration for showing/hiding
final
ghostTextColor Color?
Color for the ghost text
final
ghostTextStyle TextStyle?
Style for the ghost text
final
hashCode int
The hash code for this object.
no setterinherited
hideOnBlur bool
Hide ghost text when field loses focus
final
partialAcceptOnArrowRight bool
Accept one word on Right Arrow key
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOnFocus bool
Show ghost text when field gains focus
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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