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