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