toMap method

Map<String, dynamic> toMap()

Implementation

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