maybeOf static method

TagflowOptions? maybeOf(
  1. BuildContext context
)

Get options from context if available

Implementation

static TagflowOptions? maybeOf(BuildContext context) {
  return TagflowScope.maybeOf(context)?.options;
}