line property

Widget line
getter/setter pair

分割线

Implementation

static Widget line = Container(
  height: 1.w,
  color: Colors.white.withOpacity(0.1),
);