TheContainers constructor
TheContainers({})
Implementation
TheContainers({
Key? key,
this.roundborder,
required this.afterWidget,
required this.height,
required this.width,
this.afterheight,
this.afterwidth,
required this.color,
this.aftercolor,
required this.insideWidget,
}) : super(key: key);