flutter_json_widgets
text_theme
TextTheme
TextTheme.fromJson factory constructor
TextTheme.fromJson
TextTheme.fromJson
constructor
Null safety
TextTheme.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory TextTheme.fromJson(Map<String, Object?> json) => _$TextThemeFromJson(json);
flutter_json_widgets
text_theme
TextTheme
TextTheme.fromJson factory constructor
TextTheme class
Constructors
TextTheme
fromJson
Properties
bodyLarge
bodyMedium
bodySmall
copyWith
displayLarge
displayMedium
displaySmall
hashCode
headlineLarge
headlineMedium
headlineSmall
labelLarge
labelMedium
labelSmall
runtimeType
titleLarge
titleMedium
titleSmall
Methods
noSuchMethod
toJson
toString
Operators
operator ==