StringExtension extension
- on
Methods
-
getChangedRange(
String old, {required TextAffinity attributeChangeTo}) → TextRange -
Available on String, provided by the StringExtension extension
Returns the widest TextRange of this that is different fromold
. -
hasOnlyWhitespaces(
) → bool -
Available on String, provided by the StringExtension extension
-
tabsToSpaces(
int spaceCount) → String -
Available on String, provided by the StringExtension extension