CloseBlockModifier class

CloseBlockModifier is an implementation of CodeModifier that remove spaces before the closing bracket, if required.

Inheritance

Constructors

CloseBlockModifier()
const

Properties

char String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 str in text between start and end
inherited
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