1006 B
1006 B
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 TextAlignVertical
toAllignment(): convert aTextAlignVerticalto anAlignmentobject. ☑️
- on BorderRadiusGeometry
copyWith()☑️resolveToDirectional(): Automatically reverse the BorderRadius based on the dynamic TextDirection. ☑️
- on String
toColor(): Parse a HexCodeStringinto aColorobject. ☑️capitalize(): Capitalize the word. ☑️