**1.0.1**
This commit is contained in:
@@ -16,6 +16,7 @@ A collection of high-performance Dart extensions designed to eliminate UI boiler
|
||||
* **.resolveToDirectional()** (`BorderRadiusGeometry`): Reverses corner radii (e.g., top-left to top-right) for RTL support.
|
||||
* **.copyWith()** (`EdgeInsetsGeometry` / `BorderRadiusGeometry`): An additive method to combine geometries without overwriting existing values.
|
||||
* **.padAll / .symH / .symV / .padTop / .padBot** (`num`): Quick-access `EdgeInsets` generators directly from numbers.
|
||||
* **.pad** (`num`): General EdgeInsets wrapper.
|
||||
* **.padStart / .padEnd** (`num`): RTL-aware `EdgeInsetsDirectional` generators.
|
||||
* **.ofSW() / .ofSH()** (`num`): Returns a double representing a percentage of the screen width or height (e.g., `20.ofSW(context)`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user