formatter property

DartFormatter formatter
getter/setter pair

A Dart formatted used to format the snippet code and finished application code.

Implementation

static DartFormatter formatter =
    DartFormatter(pageWidth: 80, fixes: StyleFix.all);