PinTheme constructor
const
PinTheme({
- double fieldWidth = 50,
- double fieldHeight = 50,
- InputBorder? border = const OutlineInputBorder(),
- InputBorder? enabledBorder,
- InputBorder? focusedBorder,
- Color fieldBackgroundColor = Colors.transparent,
- bool hasBackground = false,
Implementation
const PinTheme({
this.fieldWidth = 50,
this.fieldHeight = 50,
this.border = const OutlineInputBorder(),
this.enabledBorder,
this.focusedBorder,
this.fieldBackgroundColor = Colors.transparent,
this.hasBackground = false,
});