foreground method

AzText foreground(
  1. Paint foreground
)

Implementation

AzText foreground(Paint foreground) {
  _foreground = foreground;
  return this;
}