xlerate library

'xlerate' is the core dependency of this package and is usually imported for extensions text-creators and etc. mainly used in android and ios apps Mobile.

Classes

Box
Decorate
The Decorate class in Dart provides a convenient way to create and customize a BoxDecoration object with various properties such as border radius, background blend mode, border, color, shadows, gradient, shape, and image.
ReactiveBtn
Shaper
The Shaper class in Dart is a utility class that helps create different types of shape borders for widgets.
SizeConfig
TextCreator
The TextCreator class in Dart is a utility class that allows you to easily create Text widgets with customizable styles and properties.

Enums

Al
The code defines an enum called Al which represents different alignment options for widgets in Flutter. Each alignment option is associated with a specific AlignmentGeometry value from the flutter/widgets.dart package.
ShapeChoice
The enum ShapeChoice { roundedrectborder, stadiumborder } is defining an enumeration called ShapeChoice with two possible values: roundedrectborder and stadiumborder. This enumeration is used to represent the different choices for the shape of a border.
TxtAl
The code defines an enumeration called TxtAl that represents different text alignments. Each value in the enumeration is associated with a TextAlign value. The value field is used to store the corresponding TextAlign value for each enumeration value. The const TxtAl(this.value) constructor is used to initialize the value field for each enumeration value.

Functions

curveBttm({double rad = 20}) BorderRadius
The function returns a BorderRadius object with only the bottom corners curved.
curveCorners({double rad = 20}) BorderRadius
The function returns a BorderRadius object with curved corners, where the radius of the curves is specified by the rad parameter (default value is 20).
curveOnly({double tl = 0, double tr = 0, double bl = 0, double br = 0}) BorderRadius
The curveOnly function in Dart creates a BorderRadius with specified corner radii.
curveTop({double rad = 20}) BorderRadius
The function returns a BorderRadius object with only the top corners curved.