Last updated:
0 purchases
pack app
this app use by colorful Container
@override
Widget build(BuildContext context) {
return Container(
decoration: BoxDecoration(borderRadius: BorderRadius.circular(15)),
height: 100,
width: 200,
color: Colors.black,
child: child
);
}
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.