footNote static method

TextStyle footNote(
  1. BuildContext context
)

Implementation

static TextStyle footNote(BuildContext context) => TextStyle(
      fontFamily: _getFontFamily(context),
      fontWeight: FontWeight.w500,
      fontSize: 13,
    );