TextStyleRef.fromId constructor

const TextStyleRef.fromId(
  1. String? id
)

Implementation

const TextStyleRef.fromId(this.id)
    : defaultTextStyle = null,
      super();