menu
affogato_editor package
documentation
apis/affogato_apis.dart
StringUtils
isWhitespace property
isWhitespace property
dark_mode
light_mode
isWhitespace
property
bool
get
isWhitespace
Implementation
bool get isWhitespace => this == '\n' || this == ' ';
affogato_editor package
documentation
apis/affogato_apis
StringUtils
isWhitespace property
StringUtils extension on
String