vsliver method

Widget vsliver([
  1. int x = 1
])

Implementation

Widget vsliver([int x = 1]) {
  return vspace(x).sliverBox();
}