This commit is contained in:
2025-03-30 12:16:43 +02:00
parent 11aee47f80
commit 97020cf117
9 changed files with 160 additions and 18 deletions

View File

@@ -23,3 +23,20 @@ Developed, Maintained, and is property of Michael W. Aziz (Micazi)
- on _String_
- **toColor()** : Parse a HexCode `String` into a `Color` object. ☑️
- **capitalize()** : Capitalize the word. ☑️
- **rich()** : Convert the string to a RichText Widget. ☑️
- on _Widget_
- **center**
- **circular**
- **align**
- **positioned**
- **sized**
- **rotated**
- **flipH**
- **flipV**
- **safeArea**
- **opacity**
- **padAll**
- **padSymH**
- **padSymV**
- **padTop**
- **padBot**