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