TextStyleMix.foreground constructor
TextStyleMix.foreground(
- Paint value
Factory for foreground paint
Implementation
factory TextStyleMix.foreground(Paint value) {
return TextStyleMix(foreground: value);
}
Factory for foreground paint
factory TextStyleMix.foreground(Paint value) {
return TextStyleMix(foreground: value);
}