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