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

A Flutter package that provides a custom `Container` widget with a shadow effect. This widget allows you to easily add a shadow effect to your UI elements without having to manually configure the `Box [...]

0.0.1 #

Changelog [1.0.0] - 2023-03-06 Initial release of ShadowContainer package Provides a customizable Container with shadow and rounded borders Supports the following properties: height: The height of the container (default: 150) width: The width of the container (default: 150) child: The widget to be displayed inside the container (required) color: The background color of the container (default: Colors.white) shadowColor: The color of the shadow (default: Colors.grey) opacityLevel: The opacity of the shadow (default: 0.5) blurRadius: The blur radius of the shadow (default: 7) spreadRadius: The spread radius of the shadow (default: 5) circularBorder: The radius of the rounded corners (default: 20)

1
likes
120
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a custom `Container` widget with a shadow effect. This widget allows you to easily add a shadow effect to your UI elements without having to manually configure the `BoxShadow` property of the `Container` widget. You can customize the color, opacity, spread radius, blur radius, and border radius of the shadow to fit your needs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shadow_container