NiceResponsiveValue<T> constructor
const
NiceResponsiveValue<T> ({
- required T xs,
- T? sm,
- T? md,
- T? lg,
- T? xl,
- T? xxl,
Implementation
const NiceResponsiveValue({
required this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
});