FlSelectionAreaStyle constructor

const FlSelectionAreaStyle({
  1. Color color = const Color.fromARGB(25, 33, 150, 243),
  2. double borderWidth = 1.0,
  3. Color borderColor = const Color.fromARGB(255, 33, 150, 243),
  4. 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,
});