currentOf static method

MontageAnimation? currentOf(
  1. BuildContext context
)

Implementation

static MontageAnimation? currentOf(BuildContext context) {
  return Provider.of<MontageAnimation?>(context);
}