lineHigh property

Widget lineHigh
getter/setter pair

宽的分割线

Implementation

static Widget lineHigh = Container(
  height: 10.w,
  color: Colors.grey[200],
);