withColor method

TextStyle withColor(
  1. ColorDescriptor descriptor
)

Implementation

TextStyle withColor(ColorDescriptor descriptor) =>
    copyWith(color: descriptor.color);