TabModifier class
A marker passed to CodeController to replace tabs with spaces.
- Inheritance
-
- Object
- CodeModifier
- TabModifier
Constructors
- TabModifier()
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
String text, int start, int end, String str) → TextEditingValue -
Helper to insert
strintextbetweenstartandendinherited -
toString(
) → String -
A string representation of this object.
inherited
-
updateString(
String text, TextSelection sel, EditorParams params) → TextEditingValue? -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited