menu
material_themes_widgets package
documentation
utils/collection_utils.dart
ListStringUtils
trimAll method
trimAll method
dark_mode
light_mode
trimAll
method
List
<
String
>
trimAll
(
)
Implementation
List<String> trimAll() => (this as Iterable<String>).trimAll() as List<String>;
material_themes_widgets package
documentation
utils/collection_utils
ListStringUtils
trimAll method
ListStringUtils extension on
List
<
String
>