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