FlatLight constructor
FlatLight({
- required String id,
- Anchor? anchor,
- int? color,
- TransitionOptions? colorTransition,
- double? intensity,
- TransitionOptions? intensityTransition,
- List<
double?> ? position, - TransitionOptions? positionTransition,
Implementation
FlatLight({
required this.id,
this.anchor,
this.color,
this.colorTransition,
this.intensity,
this.intensityTransition,
this.position,
this.positionTransition,
});