examplesOf static method

Map<String, Example> examplesOf(
  1. BuildContext context
)

Implementation

static Map<String, Example> examplesOf(BuildContext context) {
  return SlideProvider.of(context).examples;
}