OnBreakPointVariant constructor

const OnBreakPointVariant(
  1. Breakpoint breakpoint
)

Creates a new OnBreakPointVariant with the specified breakpoint.

The breakpoint is used as the key for the ContextVariant.

Implementation

const OnBreakPointVariant(this.breakpoint);