CustomInlineTextNode.simple constructor

CustomInlineTextNode.simple(
  1. String text, {
  2. required String styleName,
})

Implementation

CustomInlineTextNode.simple(String text, {required this.styleName})
    : child = PlainTextNode(text);