highlight_on_update

Last updated:

0 purchases

highlight_on_update Image
highlight_on_update Images
Add to Cart

Description:

highlight on update

highlight_on_update #
🔦 A text widget that is getting highlighted when the text is updated.

Example #
Check out the example.
Getting started #
pub #
Add the package to pubspec.yaml:
dependencies:
highlight_on_update:
copied to clipboard
Use it! #
Row(
children: [
const Text(
'Current price: \$',
style: TextStyle(fontSize: 20),
),
HighlightOnUpdateText(
_priceText, // This text will be highlighted when updated.
style: const TextStyle(fontSize: 20),
),
],
),
copied to clipboard
TODO: Describe params and theming...

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.