MoreDots constructor
const
MoreDots({})
Implementation
const MoreDots({
super.key,
this.direction = Axis.horizontal,
this.count = 3,
this.size,
this.color,
this.spacing = 2,
this.padding,
});
const MoreDots({
super.key,
this.direction = Axis.horizontal,
this.count = 3,
this.size,
this.color,
this.spacing = 2,
this.padding,
});