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