toJson method
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
};