expand method
Public alias for expandFrom without changing origin/target.
Implementation
void expand({Duration? duration, Curve? curve}) {
expandFrom(duration: duration, curve: curve);
}
Public alias for expandFrom without changing origin/target.
void expand({Duration? duration, Curve? curve}) {
expandFrom(duration: duration, curve: curve);
}