menu
openworld package
documentation
three_dart/three3d/dart_helpers.dart
trimRight function
trimRight function
dark_mode
light_mode
trimRight
function
String
trimRight
(
String
str
)
Implementation
String trimRight(String str) => str.replaceAll(RegExp(r'\s+$'), '');
openworld package
documentation
three_dart/three3d/dart_helpers
trimRight function
dart_helpers library