PinDotStyle constructor
const
PinDotStyle({})
Implementation
const PinDotStyle({
this.size = 16,
this.spacing = 10,
required this.filledColor,
required this.emptyColor,
this.errorFilledColor = const Color(0xFFF44336),
this.errorEmptyColor = const Color(0x33F44336),
this.shape = BoxShape.circle,
});