📜  flutte 的谷歌字体 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:27.649000             🧑  作者: Mango

代码示例3
Text(
  'This is Google Fonts',
  style: GoogleFonts.lato(
    textStyle: Theme.of(context).textTheme.display1,
    fontSize: 48,
    fontWeight: FontWeight.w700,
    fontStyle: FontStyle.italic,
  ),
),