AiutaButtonShapes constructor
Creates an AiutaButtonShapes with the specified buttonM
and buttonS
corner radius.
Implementation
AiutaButtonShapes({
required this.buttonM,
required this.buttonS,
});
Creates an AiutaButtonShapes with the specified buttonM
and buttonS
corner radius.
AiutaButtonShapes({
required this.buttonM,
required this.buttonS,
});