menu
kite package
documentation
kite_ui.dart
StringExtensions
removeWhitespace property
removeWhitespace property
dark_mode
light_mode
removeWhitespace
property
String
get
removeWhitespace
Implementation
String get removeWhitespace => replaceAll(RegExp(r'\s+'), '');
kite package
documentation
kite_ui
StringExtensions
removeWhitespace property
StringExtensions extension on
String