Borders constructor
const
Borders({})
Implementation
const Borders({
required this.snapping,
required this.isLg,
required this.value,
required this.min,
required this.max,
this.currentMin = null,
this.currentMax = null
});