setJustifyFull method

dynamic setJustifyFull()

Justify content

Implementation

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