FxPinInputTheme constructor

const FxPinInputTheme({
  1. EdgeInsetsGeometry? padding,
  2. Color? borderColor,
  3. Color? backgroundColor,
  4. Color? errorBorderColor,
  5. Color? focusBorderColor,
  6. TextStyle? textStyle,
  7. InputBorder border = const OutlineInputBorder(),
  8. double? spacing,
})

Implementation

const FxPinInputTheme({
  this.padding,
  this.borderColor,
  this.backgroundColor,
  this.errorBorderColor,
  this.focusBorderColor,
  this.textStyle,
  this.border = const OutlineInputBorder(),
  this.spacing,
});