LayerTimelineVisibility constructor
const
LayerTimelineVisibility({
- Key? key,
- required Layer layer,
- required ValueNotifier<
Duration> playTimeNotifier, - required LayerTimelineConfigs configs,
- required Size canvasSize,
- required Offset layerCenter,
- required Widget child,
Creates a LayerTimelineVisibility.
Implementation
const LayerTimelineVisibility({
super.key,
required this.layer,
required this.playTimeNotifier,
required this.configs,
required this.canvasSize,
required this.layerCenter,
required this.child,
});