TextStyleResolverPart constructor

TextStyleResolverPart(
  1. TextStyle? textStyle(
    1. String
    ), {
  2. String? debugLabel,
})

Implementation

TextStyleResolverPart(this.textStyle, {this.debugLabel});