ContainerStyleScreen constructor

ContainerStyleScreen({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. BoxShape? shape,
  5. Color? color,
})

Implementation

ContainerStyleScreen({super.key,this.height,this.width,this.shape,this.color});