Creates an opacity transition.
const SliverFadeTransition({ super.key, required this.opacity, this.alwaysIncludeSemantics = false, Widget? sliver, }) : super(child: sliver);