arc static method
Implementation
static ArcLightingType arc({
required double endRadAngle,
double startRadAngle = 0,
bool isCenter = false,
}) =>
ArcLightingType(
endRadAngle: endRadAngle,
startRadAngle: startRadAngle,
isCenter: isCenter,
);