VInputProperties constructor

VInputProperties({
  1. double? trackRadius = 7.0,
  2. double? borderRadius = 8.0,
  3. double? inputContainerHeight = 46.0,
  4. TextStyle? topLabelTextStyle,
  5. TextStyle? inputTextStyle,
  6. TextStyle? errorTextStyle,
  7. TextStyle? counterTextStyle,
  8. TextStyle? validateErrorTextStyle,
  9. TextStyle? hintTextStyle,
})

Implementation

VInputProperties({
  this.trackRadius = 7.0,
  this.borderRadius = 8.0,
  this.inputContainerHeight = 46.0,
  this.topLabelTextStyle,
  this.inputTextStyle,
  this.errorTextStyle,
  this.counterTextStyle,
  this.validateErrorTextStyle,
  this.hintTextStyle,
});