changeActionButtonShape method

void changeActionButtonShape(
  1. AppActionButtonShape shape
)

Implementation

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