AiutaImageShapes constructor

AiutaImageShapes({
  1. required double imageL,
  2. required double imageS,
})

Creates an AiutaImageShapes with the specified imageL and imageS corner radius for the shapes.

Implementation

AiutaImageShapes({
  required this.imageL,
  required this.imageS,
});