glassmorphismcard 0.0.3 copy "glassmorphismcard: ^0.0.3" to clipboard
glassmorphismcard: ^0.0.3 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(
                backgroundColor: Colors.blue,
                title: Padding(
                  padding: const EdgeInsets.only(left: 15),
                  child: Text(
                    'Hello world',
                    style: TextStyle(
                        color: Colors.white,
                        fontSize: 30,
                        fontWeight: FontWeight.bold),
                  ),
                ),
                body: Align(
                    alignment: Alignment.bottomRight,
                    child: Image.network(img)),
              ),
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