StrutStyleMix.fontSize constructor
StrutStyleMix.fontSize(
- double value
Creates with font size.
Implementation
factory StrutStyleMix.fontSize(double value) {
return StrutStyleMix(fontSize: value);
}
Creates with font size.
factory StrutStyleMix.fontSize(double value) {
return StrutStyleMix(fontSize: value);
}