FogEffect constructor
FogEffect({})
Implementation
FogEffect({
this.color = const Color(0xFF000000),
this.density = 0.02,
this.near = 10,
this.far = 100,
this.enabled = false,
});
FogEffect({
this.color = const Color(0xFF000000),
this.density = 0.02,
this.near = 10,
this.far = 100,
this.enabled = false,
});