ContainerApp constructor
const
ContainerApp({})
Implementation
const ContainerApp({
Key? key,
required this.image,
this.forceColor = true,
this.imageType = 0,
this.color = Colors.green,
required this.title,
required this.subtitle,
required this.onClick,
}) : super(key: key);