TContainerWBoxDecoration constructor
const
TContainerWBoxDecoration({
- Key? key,
- Widget child = const SizedBox(),
- double height = 40,
- double width = 40,
- EdgeInsets margin = const EdgeInsets.all(16),
- EdgeInsets padding = const EdgeInsets.all(16),
- double borderRadius = 8,
- Color backgroundColor = Colors.white,
- BoxShadow? boxShadow,
Implementation
const TContainerWBoxDecoration({
super.key,
this.child = const SizedBox(),
this.height = 40,
this.width = 40,
this.margin = const EdgeInsets.all(16),
this.padding = const EdgeInsets.all(16),
this.borderRadius = 8,
this.backgroundColor = Colors.white,
this.boxShadow,
});