isSnapshotOf static method

bool isSnapshotOf(
  1. BuildContext context
)

Implementation

static bool isSnapshotOf(BuildContext context) {
  return SlideProvider.of(context).isSnapshot;
}