From 14675e3289fd637b918a93c1476520396b2899d0 Mon Sep 17 00:00:00 2001 From: "Michael W. Aziz" Date: Sun, 9 Feb 2025 15:21:06 +0200 Subject: [PATCH] [0.1.0] --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ea3592d..f83a418 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ Developed, Maintained, and is property of Michael W. Aziz (Micazi) ### Content - on _BorderDirectional_ - - `all()` : Generate a uniform border with one borderSide. ☑️ + - **all()** : Generate a uniform border with one borderSide. ☑️ - on _EdgeInsetsGeometry_ - - `copyWith()` ☑️ - - `resolveToDirectional()` : Automatically reverse the EdgeInsets based on the dynamic *TextDirection*. ☑️ + - **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. ☑️ + - **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 a `TextAlignVertical` to an `Alignment` object. ☑️ + - **toAllignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️ - on _BorderRadiusGeometry_ - - `copyWith()` ☑️ - - `resolveToDirectional()` : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️ + - **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. ☑️ + - **toColor()** : Parse a HexCode `String` into a `Color` object. ☑️ + - **capitalize()** : Capitalize the word. ☑️