CkInputConfig constructor

const CkInputConfig({
  1. TextStyle? hintStyle,
  2. TextStyle? textStyle,
  3. double? fontSize,
  4. TextAlign? textAlign,
  5. Color? borderColor,
  6. double? borderRadius,
  7. double borderWidth = 1.2,
  8. Color? backgroundColor,
  9. bool? enableCapitalization,
})

Implementation

const CkInputConfig({
  this.hintStyle,
  this.textStyle,
  this.fontSize,
  this.textAlign,
  this.borderColor,
  this.borderRadius,
  this.borderWidth = 1.2,
  this.backgroundColor,
  this.enableCapitalization,
});