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