ResponsiveBreakpointTheme<T extends BreakpointSpec> constructor
const
ResponsiveBreakpointTheme<T extends BreakpointSpec> ({
- required List<
T> breakpoints,
Creates a ResponsiveBreakpointTheme with a required list of breakpoints.
Implementation
const ResponsiveBreakpointTheme({required this.breakpoints});