menu
three_dart package
documentation
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+$'), '');
three_dart package
documentation
three3d/dart_helpers
trimRight function
dart_helpers library