RoundedRectangleMaterial constructor
const
RoundedRectangleMaterial({})
Implementation
const RoundedRectangleMaterial({super.key,
required this.child,
this.borderRadius = 10.0,
this.elevation = 5.0,
this.shadowColor = Colors.black,
this.color = Colors.white,
this.width = double.infinity,
this.height = 100.0,
});