section property
Widget
get
section
Implementation
Widget get section {
return Container(
height: 12,
width: 12,
decoration: BoxDecoration(
color: Colors.black,
image: null,
shape: BoxShape.circle,
),
);
}