Files
astromic_extensions/README.md
2025-03-03 16:10:03 +02:00

26 lines
1.1 KiB
Markdown

## Atromic Extensions
The extensions module of the **Astromic** Presentation System
Developed, Maintained, and is property of Michael W. Aziz (Micazi)
### Content
- on _BorderDirectional_
- **all()** : Generate a uniform border with one borderSide. ☑️
- on _EdgeInsetsGeometry_
- **copyWith()** ☑️
- **resolveToDirectional()** : Automatically reverse the EdgeInsets based on the dynamic *TextDirection*. ☑️
- 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_
- **copyWith()** ☑️
- **resolveToDirectional()** : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️
- on _String_
- **toColor()** : Parse a HexCode `String` into a `Color` object. ☑️
- **capitalize()** : Capitalize the word. ☑️