OtpFieldStyle constructor
OtpFieldStyle({})
Implementation
OtpFieldStyle(
{this.backgroundColor = Colors.transparent,
this.borderColor = Colors.black26,
this.focusBorderColor = Colors.blue,
this.disabledBorderColor = Colors.grey,
this.enabledBorderColor = Colors.black26,
this.errorBorderColor = Colors.red});