AiutaShapes constructor
AiutaShapes({})
Implementation
AiutaShapes({
// Images
required this.mainImage,
required this.onboardingImage,
required this.previewImage,
// Bottom sheet
required this.bottomSheet,
// Buttons
required this.buttonL,
required this.buttonM,
});