toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'layoutType': layoutType,
'cardShadowOpacity': cardShadowOpacity,
'cardRoundedSize': cardRoundedSize,
'buttonColor': buttonColor,
'buttonTextColor': buttonTextColor,
'buttonRoundedSize': buttonRoundedSize,
'buttonShadow': buttonShadow,
};
}