blackBox property

Widget get blackBox

Implementation

Widget get blackBox => Container(
  color: Colors.black,
  height: 10,
  width: 10,
);