placeholderTextStyleWithTextSpan method

TextStyle placeholderTextStyleWithTextSpan({
  1. TextSpan? textSpan,
})

Implementation

TextStyle placeholderTextStyleWithTextSpan({TextSpan? textSpan}) =>
    configuration.placeholderTextStyle(node, textSpan: textSpan);