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

outdated

create a card have glassmorphism style.

Glassmorphism Card #

A single card with glassmorphism style have header (with left, center, right item) with body (wrap a child content) by deeper color

Usage #

Add this in to your pubspec.yaml

glassmorphismcard: ^0.0.1

Import it

import 'package:glassmorphismcard/glassmorphismcard.dart';

Example

 GlassmorphismCard(
                  color_Header: Colors.white,
                  color_Body: Colors.blue,
                  leading: Icon(
                    Icons.star,
                    color: Colors.yellow,
                  ),
                  title: Text('Example Card'),
                  trailing: Icon(
                    Icons.add_circle,
                    color: Colors.white,
                  ),
                  body: ListTile(
                      leading: Icon(
                        Icons.done,
                        color: Colors.green[900],
                      ),
                      title: Text('Hello world'),
                      trailing: Icon(
                        Icons.remove,
                        color: Colors.grey[900],
                      )),
                ),
2
likes
0
pub points
34%
popularity

Publisher

unverified uploader

create a card have glassmorphism style.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on glassmorphismcard