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