appleverwidgets 0.0.2 copy "appleverwidgets: ^0.0.2" to clipboard
appleverwidgets: ^0.0.2 copied to clipboard

customized text for your project

ALText #

ALTextWidgets is a Flutter package that simplifies the creation of text widgets with customizable styling.

Features #

  • Easily create text widgets with customized styling.
  • Supports specifying text content, size, boldness, and color.

Getting Started #

To use this package, include ALText in your pubspec.yaml:

class SampleWidget extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Center(
      child: ALText(
        sTextToDisplay: "Sample",
        dTextSize: 14,
        bMakeBold: false,
        colorOfText: Colors.black,
      ),
    );
  }
}
1
likes
110
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

customized text for your project

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on appleverwidgets