menu
flutter_chess_board package
documentation
flutter_chess_board.dart
Chess
trim method
trim method
dark_mode
light_mode
trim
method
String
trim
(
String
str
)
Implementation
String trim(String str) { return str.replaceAll(RegExp(r'^\s+|\s+$'), ''); }
flutter_chess_board package
documentation
flutter_chess_board
Chess
trim method
Chess class