layers property

List<Widget> layers
final

A List<Widget> that will be used to generate progressively more reactive XLayers for this widget's XL.

Constructor choice (or depthFactor parameter in AutoXL) determines how much the parallax factor progresses with each layer.

Any layer that comes after the depth-equivalent layer will have the same parallax animation factor values as the previous.

Implementation

final List<Widget> layers;