call method

  1. @mustCallSuper
void call(
  1. BuildContext context
)

Implementation

@mustCallSuper
void call(BuildContext context) {
  for (final trigger in trailing) {
    trigger?.call(context);
  }
}