This commit is contained in:
2025-03-03 16:10:03 +02:00
parent ec17d94cb9
commit 24cd167754
5 changed files with 21 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ Developed, Maintained, and is property of Michael W. Aziz (Micazi)
- on _List<E>_
- **containsAll()** : Checker to see if a list contains all of the other list. ☑️
- **getUnique()** : Get unique items only of a supplied list. ☑️
- on _Map<T,B>_
- **mergeAllMaps()** : Merges a list of maps into one with a conditional functionality to approve the merge. ☑️
- on _TextAlignVertical_
- **toAlignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️
- on _BorderRadiusGeometry_