AwsEditFormatMD class

Constructors

AwsEditFormatMD({TextStyle? textStyle, TextInputType? keyboardType, Color? cursorColor, double? cursorWidth, SmartDashesType? smartDashesType, SmartQuotesType? smartQuotesType, bool? autocorrect, TextAlignVertical? textAlignVertical, StrutStyle? strutStyle, TextAlign? textAlign})

Properties

autocorrect bool?
final
cursorColor Color?
final
cursorWidth double?
final
hashCode int
The hash code for this object.
no setterinherited
keyboardType TextInputType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartDashesType SmartDashesType?
final
smartQuotesType SmartQuotesType?
final
strutStyle StrutStyle?
final
textAlign TextAlign?
final
textAlignVertical TextAlignVertical?
final
textStyle TextStyle?
final

Methods

copyWith({TextStyle? textStyle, double? cursorWidth, SmartDashesType? smartDashesType, SmartQuotesType? smartQuotesType, bool? autocorrect, TextAlignVertical? textAlignVertical, StrutStyle? strutStyle, UndoHistoryController? undoController, TextAlign? textAlign, Color? cursorColor, TextInputType? keyboardType}) AwsEditFormatMD
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited