gnums_fonts 0.0.3 copy "gnums_fonts: ^0.0.3" to clipboard
gnums_fonts: ^0.0.3 copied to clipboard

A flutter pub for fonts and text widgets

Features #

Getting started #

Usage #


class FontExample extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: BoldTextWidget(
        title: "This is Example",
        fontsize: 20,
        fontcolor: Colors.black,
        align: TextAlign.center,
      ),
    );
  }
}

Additional information #

1
likes
110
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter pub for fonts and text widgets

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, sizer

More

Packages that depend on gnums_fonts