withColor method

Text withColor(
  1. Color color
)

Implementation

Text withColor(Color color) => copyWith(style: style?.withColor(color));