shadow_container 0.0.1
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)