FindReplaceStyle class

Constructors

FindReplaceStyle({Color selectedHighlightColor = const Color(0xFFFFB931), Color unselectedHighlightColor = const Color(0x60ECBC5F), Widget findMenuBuilder(BuildContext context, EditorState editorState, FindReplaceLocalizations? localizations, FindReplaceStyle style, bool showReplaceMenu, VoidCallback onDismiss)?})

Properties

findMenuBuilder ↔ (Widget Function(BuildContext context, EditorState editorState, FindReplaceLocalizations? localizations, FindReplaceStyle style, bool showReplaceMenu, VoidCallback onDismiss)?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedHighlightColor Color
final
unselectedHighlightColor Color
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