of static method
Implementation
static ElChildIndex of(BuildContext context) {
final ElChildIndex? result = maybeOf(context);
assert(result != null, 'No ElChildIndex found in context');
return result!;
}
static ElChildIndex of(BuildContext context) {
final ElChildIndex? result = maybeOf(context);
assert(result != null, 'No ElChildIndex found in context');
return result!;
}