QuillToolbarSearchDialogChildBuilderExtraOptions class
- Annotations
Constructors
-
QuillToolbarSearchDialogChildBuilderExtraOptions({required VoidCallback? onFindTextPressed, required VoidCallback moveToNext, required VoidCallback moveToPrevious, required ValueChanged<
String> ? onTextChanged, required VoidCallback? onEditingComplete, required String text, required TextEditingController textEditingController, required List<int> ? offsets, required int index, required bool caseSensitive, required bool wholeWord}) -
const
Properties
- caseSensitive → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
final
- moveToNext → VoidCallback
-
final
- moveToPrevious → VoidCallback
-
final
-
offsets
→ List<
int> ? -
final
- onEditingComplete → VoidCallback?
-
final
- onFindTextPressed → VoidCallback?
-
final
-
onTextChanged
→ ValueChanged<
String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
- textEditingController → TextEditingController
-
final
- wholeWord → bool
-
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