SidesValue<T> constructor
SidesValue<T> ({
- T? top,
- T? left,
- T? bottom,
- T? right,
Implementation
SidesValue({
this.top,
this.left,
this.bottom,
this.right,
});