InputOTPTheme constructor

const InputOTPTheme({
  1. double? spacing,
  2. double? height,
})

Implementation

const InputOTPTheme({this.spacing, this.height});