BreakpointValue<T> constructor
BreakpointValue<T> ({
- T? phone,
- T? tablet,
- T? computer,
Constructor that assigns values to be used depending on the device type.
Implementation
BreakpointValue({this.phone, this.tablet, this.computer});