ArcLightingType constructor

const ArcLightingType({
  1. required double endRadAngle,
  2. double startRadAngle = 0,
  3. bool isCenter = false,
})

Implementation

const ArcLightingType({
  required this.endRadAngle,
  this.startRadAngle = 0,
  this.isCenter = false,
});