EmbedInputViewStyle constructor

EmbedInputViewStyle({
  1. String? height,
  2. String? padding,
  3. String? background,
  4. String? borderRadius,
  5. String? boxShadow,
  6. String? borderStyle,
  7. String? borderColor,
  8. String? borderWidth,
  9. String? color,
  10. String? fontFamily,
  11. String? fontWeight,
  12. String? fontSize,
  13. String? fontSmoothing,
  14. String? lineHeight,
})

Implementation

EmbedInputViewStyle({
  this.height,
  this.padding,
  this.background,
  this.borderRadius,
  this.boxShadow,
  this.borderStyle,
  this.borderColor,
  this.borderWidth,
  this.color,
  this.fontFamily,
  this.fontWeight,
  this.fontSize,
  this.fontSmoothing,
  this.lineHeight,
});