of static method

TextStyle of(
  1. BuildContext context
)

Creates an instance from the closest DefaultTextStyle.

Implementation

static TextStyle of(BuildContext context) =>
    FwfhTextStyle.from(DefaultTextStyle.of(context).style);