flutter_json_widgets
theme_data
ThemeData
ThemeData.fromJson factory constructor
ThemeData.fromJson
ThemeData.fromJson
constructor
Null safety
ThemeData.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory ThemeData.fromJson(Map<String, Object?> json) => _$ThemeDataFromJson(json);
flutter_json_widgets
theme_data
ThemeData
ThemeData.fromJson factory constructor
ThemeData class
Constructors
ThemeData
fromJson
Properties
applyElevationOverlayColor
brightness
canvasColor
cardColor
colorScheme
colorSchemeSeed
copyWith
dialogBackgroundColor
disabledColor
dividerColor
focusColor
fontFamily
fontFamilyFallback
hashCode
highlightColor
hintColor
hoverColor
indicatorColor
package
platform
primaryColor
primaryColorDark
primaryColorLight
primarySwatch
runtimeType
scaffoldBackgroundColor
secondaryHeaderColor
shadowColor
splashColor
textTheme
unselectedWidgetColor
useMaterial3
visualDensity
Methods
noSuchMethod
toJson
toString
Operators
operator ==