AiutaButtonShapes constructor

AiutaButtonShapes({
  1. required double buttonM,
  2. required double buttonS,
})

Creates an AiutaButtonShapes with the specified buttonM and buttonS corner radius.

Implementation

AiutaButtonShapes({
  required this.buttonM,
  required this.buttonS,
});