OnBreakpointTokenVariant constructor

const OnBreakpointTokenVariant(
  1. BreakpointToken token
)

Creates a new OnBreakpointTokenVariant with the given token.

The key is set to a ValueKey based on the token.

Implementation

const OnBreakpointTokenVariant(this.token);