foreground static method

TextStyle foreground(
  1. Paint foreground
)

Implementation

static TextStyle foreground(Paint foreground) =>
    TextStyle(foreground: foreground);