Skip to content

Instantly share code, notes, and snippets.

@vovaklh
Created October 3, 2022 10:50
Show Gist options
  • Save vovaklh/afa54efcd47d33181cedb70ad500d8c2 to your computer and use it in GitHub Desktop.
Save vovaklh/afa54efcd47d33181cedb70ad500d8c2 to your computer and use it in GitHub Desktop.
part of '../theme.dart';
TextTheme createTextTheme() {
return const TextTheme(
headline1: headline1,
headline2: headline2,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment