footnote constant

TextStyle const footnote

Implementation

static const TextStyle footnote = TextStyle(
  fontSize: 13,
  fontWeight: FontWeight.w400,
  height: 1.4,
  letterSpacing: 0.0,
);