toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'primaryColor': primaryColor,
      'primaryColorString': primaryColorString,
      'fontFamily': fontFamily,
      'borderRadius': borderRadius,
      'borderWidth': borderWidth,
      'isDarkTheme': isDarkTheme,
      'showBottomNavbarLabels': showBottomNavbarLabels,
      'enableBottomNavbarFeedbacks': enableBottomNavbarFeedbacks,
      'isFilledBgWidgets': isFilledBgWidgets,
      'darkFillColor': darkFillColor,
      'lightFillColor': lightFillColor,
      'darkLineColor': darkLineColor,
      'lightLineColor': lightLineColor,
      'captionTextAndIconColor': captionTextAndIconColor
    };