FxPinInputTheme constructor
const
FxPinInputTheme({
- EdgeInsetsGeometry? padding,
- Color? borderColor,
- Color? backgroundColor,
- Color? errorBorderColor,
- Color? focusBorderColor,
- TextStyle? textStyle,
- InputBorder border = const OutlineInputBorder(),
- double? spacing,
Implementation
const FxPinInputTheme({
this.padding,
this.borderColor,
this.backgroundColor,
this.errorBorderColor,
this.focusBorderColor,
this.textStyle,
this.border = const OutlineInputBorder(),
this.spacing,
});