find method

T? find(
  1. BuildContext context
)

Implementation

T? find(BuildContext context) {
  return ComponentTheme.maybeOf<T>(context);
}