AiutaButtonShapes.builtIn constructor
AiutaButtonShapes.builtIn()
Creates a built-in button shapes configuration with default settings.
Implementation
factory AiutaButtonShapes.builtIn() {
return AiutaButtonShapes(
buttonM: 8,
buttonS: 8,
);
}