97020cf11763f3c61d0aff3082fc7df2fa3fcc18
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 List<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. ☑️
- rich() : Convert the string to a RichText Widget. ☑️
- toColor() : Parse a HexCode
- on Widget
- center
- circular
- align
- positioned
- sized
- rotated
- flipH
- flipV
- safeArea
- opacity
- padAll
- padSymH
- padSymV
- padTop
- padBot
Description
Languages
Dart
100%