fg static method

TextStyle fg(
  1. Paint foreground
)

Implementation

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