WidthPlatformBreakpoint constructor

const WidthPlatformBreakpoint({
  1. double? begin,
  2. double? end,
  3. Set<TargetPlatform>? platform,
})

Returns a const Breakpoint with the given constraints.

Implementation

const WidthPlatformBreakpoint({this.begin, this.end, this.platform});