CellAnimatedOpacity constructor
const
CellAnimatedOpacity({})
Implementation
const CellAnimatedOpacity({
super.key,
this.child,
required this.opacity,
this.curve = const ValueCell.value(Curves.linear),
required this.duration,
this.onEnd,
this.alwaysIncludeSemantics = const ValueCell.value(false),
});