This commit is contained in:
2025-02-09 15:21:06 +02:00
parent 8e99f5010a
commit 14675e3289

View File

@@ -6,18 +6,18 @@ Developed, Maintained, and is property of Michael W. Aziz (Micazi)
### Content ### Content
- on _BorderDirectional_ - on _BorderDirectional_
- `all()` : Generate a uniform border with one borderSide. ☑️ - **all()** : Generate a uniform border with one borderSide. ☑️
- on _EdgeInsetsGeometry_ - on _EdgeInsetsGeometry_
- `copyWith()` ☑️ - **copyWith()** ☑️
- `resolveToDirectional()` : Automatically reverse the EdgeInsets based on the dynamic *TextDirection*. ☑️ - **resolveToDirectional()** : Automatically reverse the EdgeInsets based on the dynamic *TextDirection*. ☑️
- on _List<E>_ - on _List<E>_
- `containsAll()` : Checker to see if a list contains all of the other list. ☑️ - **containsAll()** : Checker to see if a list contains all of the other list. ☑️
- `getUnique()` : Get unique items only of a supplied list. ☑️ - **getUnique()** : Get unique items only of a supplied list. ☑️
- on _TextAlignVertical_ - on _TextAlignVertical_
- `toAllignment()` : convert a `TextAlignVertical` to an `Alignment` object. ☑️ - **toAllignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️
- on _BorderRadiusGeometry_ - on _BorderRadiusGeometry_
- `copyWith()` ☑️ - **copyWith()** ☑️
- `resolveToDirectional()` : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️ - **resolveToDirectional()** : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️
- on _String_ - on _String_
- `toColor()` : Parse a HexCode `String` into a `Color` object. ☑️ - **toColor()** : Parse a HexCode `String` into a `Color` object. ☑️
- `capitalize()` : Capitalize the word. ☑️ - **capitalize()** : Capitalize the word. ☑️