TextStyleMix.debugLabel constructor

TextStyleMix.debugLabel(
  1. String value
)

Creates with debug label.

Implementation

factory TextStyleMix.debugLabel(String value) {
  return TextStyleMix(debugLabel: value);
}