controller property
Optional controller to manually trigger animations.
If provided, you can use LightningController.animateIn and LightningController.animateOut to manually control the animation. If null, a default controller will be created internally.
Implementation
final LightningController? controller;