AwsEditFormatMD constructor

AwsEditFormatMD({
  1. TextStyle? textStyle,
  2. TextInputType? keyboardType,
  3. Color? cursorColor,
  4. double? cursorWidth,
  5. SmartDashesType? smartDashesType,
  6. SmartQuotesType? smartQuotesType,
  7. bool? autocorrect,
  8. TextAlignVertical? textAlignVertical,
  9. StrutStyle? strutStyle,
  10. TextAlign? textAlign,
})

Implementation

AwsEditFormatMD(
    {this.textStyle,
    this.keyboardType,
    this.cursorColor,
    this.cursorWidth,
    this.smartDashesType,
    this.smartQuotesType,
    this.autocorrect,
    this.textAlignVertical,
    this.strutStyle,
    this.textAlign});