setDraftActionButtonShape method

void setDraftActionButtonShape(
  1. AppActionButtonShape shape
)

Implementation

void setDraftActionButtonShape(AppActionButtonShape shape) {
  draftActionButtonShape.value = shape;
  fontSizeController.applyActionButtonShapePreview(shape);
}