getTheme method
Implementation
ThemeData? getTheme() {
return theme?.copyWith(
textTheme: theme?.textTheme.apply(
fontFamily: fontFamily,
),
);
}
ThemeData? getTheme() {
return theme?.copyWith(
textTheme: theme?.textTheme.apply(
fontFamily: fontFamily,
),
);
}