WidthPlatformBreakpoint constructor
const
WidthPlatformBreakpoint({
- double? begin,
- double? end,
- Set<
TargetPlatform> ? platform,
Returns a const Breakpoint with the given constraints.
Implementation
const WidthPlatformBreakpoint({this.begin, this.end, this.platform});