StrutStyleMix.fontSize constructor

StrutStyleMix.fontSize(
  1. double value
)

Creates with font size.

Implementation

factory StrutStyleMix.fontSize(double value) {
  return StrutStyleMix(fontSize: value);
}