ResponsiveValue<T> constructor
const
ResponsiveValue<T> ({
- required T mobile,
- T? tablet,
- T? desktop,
- T? widescreen,
Implementation
const ResponsiveValue({
required this.mobile,
this.tablet,
this.desktop,
this.widescreen,
});