FlSelectionAreaStyle constructor
const
FlSelectionAreaStyle({
- Color color = const Color.fromARGB(25, 33, 150, 243),
- double borderWidth = 1.0,
- Color borderColor = const Color.fromARGB(255, 33, 150, 243),
- FlLineDrawMode borderDrawMode = FlLineDrawMode.solid,
Implementation
const FlSelectionAreaStyle({
this.color = const Color.fromARGB(25, 33, 150, 243),
this.borderWidth = 1.0,
this.borderColor = const Color.fromARGB(255, 33, 150, 243),
this.borderDrawMode = FlLineDrawMode.solid,
});