changeActionButtonShape method
Implementation
void changeActionButtonShape(AppActionButtonShape shape) {
actionButtonShape.value = shape;
_storageUtils.setActionButtonShape(shape.name);
}
void changeActionButtonShape(AppActionButtonShape shape) {
actionButtonShape.value = shape;
_storageUtils.setActionButtonShape(shape.name);
}