getStyle static method

AreaStyle getStyle()

Implementation

static AreaStyle getStyle() {
  return AreaStyle(AreaFormat(endX: 50, endY: 50, thickness: 1)
    ..width = 50
    ..height = 50);
}