pastedTextStyle property

TextStyle? pastedTextStyle
final

the style of the pasted text, default is fontWeight: FontWeight.bold while TextStyle.color is ThemeData.colorScheme.onSecondary

Implementation

final TextStyle? pastedTextStyle;