StrutStyleMix.leading constructor

StrutStyleMix.leading(
  1. double value
)

Creates with leading space.

Implementation

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