Bullet method
Implementation
Widget Bullet() {
{
return Container(
height: 5,
width: 5,
decoration: BoxDecoration(
color: Color.fromRGBO(162, 32, 38, 1.0),
shape: BoxShape.circle,
),
);
}
}
Widget Bullet() {
{
return Container(
height: 5,
width: 5,
decoration: BoxDecoration(
color: Color.fromRGBO(162, 32, 38, 1.0),
shape: BoxShape.circle,
),
);
}
}