SARStyle constructor

const SARStyle({
  1. Color sarColor = const Color(0xFFFFC634),
  2. double radius = 2.0,
  3. double strokeWidth = 0.8,
})

Implementation

const SARStyle({
  this.sarColor = const Color(0xFFFFC634),
  this.radius = 2.0,
  super.strokeWidth = 0.8,
});