AiutaImageShapes constructor
Creates an AiutaImageShapes with the specified imageL
and imageS
corner radius for the shapes.
Implementation
AiutaImageShapes({
required this.imageL,
required this.imageS,
});
Creates an AiutaImageShapes with the specified imageL
and imageS
corner radius for the shapes.
AiutaImageShapes({
required this.imageL,
required this.imageS,
});