indentPattern top-level property

RegExp indentPattern
final

A line indented four spaces. Used for code blocks and lists.

Implementation

final indentPattern = RegExp(r'^(?:    | {0,3}\t)(.*)$');