1.1 KiB
1.1 KiB
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
- 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
TextAlignVerticalto anAlignmentobject. ☑️
- toAlignment() : convert a
- on BorderRadiusGeometry
- copyWith() ☑️
- resolveToDirectional() : Automatically reverse the BorderRadius based on the dynamic TextDirection. ☑️
- on String
- toColor() : Parse a HexCode
Stringinto aColorobject. ☑️ - capitalize() : Capitalize the word. ☑️
- toColor() : Parse a HexCode