of static method

TextSpec of(
  1. BuildContext context
)

Implementation

static TextSpec of(BuildContext context) {
  final mix = Mix.of(context);

  return TextSpec.from(mix);
}