TextStyleMix.foreground constructor

TextStyleMix.foreground(
  1. Paint value
)

Factory for foreground paint

Implementation

factory TextStyleMix.foreground(Paint value) {
  return TextStyleMix(foreground: value);
}