RoundedContainerWidget constructor
const
RoundedContainerWidget({})
Implementation
const RoundedContainerWidget({
super.key,
required this.child,
this.radius = 12,
this.padding = 16,
this.color = RoomColors.lightGrey,
this.width,
this.height,
});