DotContainer constructor

const DotContainer({
  1. Color? color,
  2. Key? key,
})

Implementation

const DotContainer({this.color, super.key});