bold_text_paragraph 0.0.1 copy "bold_text_paragraph: ^0.0.1" to clipboard
bold_text_paragraph: ^0.0.1 copied to clipboard

A custom render object to create paragraphs with bold titles in Flutter.

void main() {
  runApp(MaterialApp(
    home: Scaffold(
      body: Center(
        child: Padding(
          padding: const EdgeInsets.all(18.0),
          child: NewsParagraph(
            text: "GoPro helps the world capture and share itself in immersive and exciting ways. We make the world's most versatile cameras, and sophisticated, yet simple-to-use cross-platform content-management + editing software for iOS, Android, MacOS and Windows. The GoPro Subscription, which currently serves 2.5 million customers, ties together the GoPro experience, providing worry-free camera use, storage of photos and videos, easy to use editing tools, and discounts on GoPro products.",
            titleLength: 5,
          ),
        ),
      ),
    ),
  ));
}

Alt Text

0
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A custom render object to create paragraphs with bold titles in Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bold_text_paragraph