StrutStyleMix.leading constructor
StrutStyleMix.leading(
- double value
Creates with leading space.
Implementation
factory StrutStyleMix.leading(double value) {
return StrutStyleMix(leading: value);
}
Creates with leading space.
factory StrutStyleMix.leading(double value) {
return StrutStyleMix(leading: value);
}