TextSpecWidget constructor

const TextSpecWidget(
  1. String text, {
  2. required TextSpec spec,
  3. String? semanticsLabel,
  4. Locale? locale,
  5. Key? key,
})

Implementation

const TextSpecWidget(
  this.text, {
  required this.spec,
  this.semanticsLabel,
  this.locale,
  super.key,
});