toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'attachmentPreviewBarsColor': attachmentPreviewBarsColor,
      'attachmentPreviewItemsColor': attachmentPreviewItemsColor,
      'textContainerTopMargin': textContainerTopMargin,
      'textContainerLeftPadding': textContainerLeftPadding,
      'textContainerCornerRadius': textContainerCornerRadius,
      'textViewTopMargin': textViewTopMargin,
      'placeholderHeight': placeholderHeight,
      'placeholderSideMargin': placeholderSideMargin,
      'buttonHeight': buttonHeight,
      'buttonTouchableOverlap': buttonTouchableOverlap,
      'buttonRightMargin': buttonRightMargin,
      'utilityButtonWidth': utilityButtonWidth,
      'utilityButtonBottomMargin': utilityButtonBottomMargin,
      'initialHeight': initialHeight,
      'mainFont': mainFont,
      'charCountFont': charCountFont,
    };