This commit is contained in:
2025-02-12 14:10:03 +02:00
parent 14675e3289
commit b384d91ecb
3 changed files with 7 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ Developed, Maintained, and is property of Michael W. Aziz (Micazi)
- **containsAll()** : Checker to see if a list contains all of the other list. ☑️
- **getUnique()** : Get unique items only of a supplied list. ☑️
- on _TextAlignVertical_
- **toAllignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️
- **toAlignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️
- on _BorderRadiusGeometry_
- **copyWith()** ☑️
- **resolveToDirectional()** : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️