flutter_imagecards

Last updated:

0 purchases

flutter_imagecards Image
flutter_imagecards Images
Add to Cart

Description:

flutter imagecards

Image Cards #
Customize a card with image (fill or transparent)
Usage #
Fill image card #
FillImageCards(
width: 200,
heightImage: 140,
imageProvider: AssetImage('assets/mockup.png'),
tags: [_tag('Category', () {}), _tag('Product', () {})],
title: _title(),
description: _content(),
),
copied to clipboard
Transparent image card #
TransparentImageCards(
width: 200,
imageProvider: AssetImage('assets/mockup.png'),
tags: [ _tag('Product', () {}), ],
title: _title(color: Colors.white),
description: _content(color: Colors.white),
),
copied to clipboard
Parameter #
You can see parameter detail in github repo.

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.