toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'titleTextAppearance': titleTextAppearance,
      'titleTextColor': titleTextColor,
      'titleText': titleText,
      'titleCentered': titleCentered,
      'backgroundColor': backgroundColor,
      'navigationIcon': navigationIcon,
      'navigationIconTint': navigationIconTint,
      'subtitleTextAppearance': subtitleTextAppearance,
      'subtitleTextColor': subtitleTextColor,
      'subtitleText': subtitleText,
      'subtitleCentered': subtitleCentered,
    };