SET_FONT_SIZE property

RegExp SET_FONT_SIZE
final

Implementation

static final RegExp SET_FONT_SIZE = RegExp(
    r"^setfontsize(to)?([0-9]+)(point[s]?)?$",
    caseSensitive: false,
    multiLine: false);