DotAnimationConfig constructor
const
DotAnimationConfig({})
Implementation
const DotAnimationConfig({
required this.heightInterval,
required this.offsetInterval,
required this.reverseHeightInterval,
required this.reverseOffsetInterval,
required this.maxHeight,
required this.maxOffset,
});