setJustifyRight method

dynamic setJustifyRight()

Align content right

Implementation

setJustifyRight() async {
  await executeJavascript("setJustifyRight();");
}