viewAllStyle top-level property

TextStyle viewAllStyle
getter/setter pair

Implementation

var viewAllStyle = GoogleFonts.roboto(
  textStyle: const TextStyle(
    color: Colors.black54,
    fontWeight: FontWeight.normal,
    fontSize: 13,
  ),
);