IONIC FAB position binding

Try to use dynamic FAB position. is there a way to bind variable to position? like [position]=“position_var”

Your question is a bit vague, but don’t you need something like

css:

.fab {
position:fixed;
bottom:10px;
right:10px;
}

or whatever?