Skip to main content

Dot

Create a customizable Dot.

    Dot(
margin: EdgeInsets.only(right: 16),
),

Dot(
color: Colors.red,
margin: EdgeInsets.only(right: 16),
),

Dot(
shape: BoxShape.rectangle,
size: 24,
),