LinearBorder.bottom constructor
- BorderSide side = BorderSide.none,
- double alignment = 0.0,
- double size = 1.0,
Creates a rectangular box border with an edge on the bottom.
Implementation
LinearBorder.bottom({super.side, double alignment = 0.0, double size = 1.0})
: start = null,
end = null,
top = null,
bottom = LinearBorderEdge(alignment: alignment, size: size);