toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'dragIndicatorTintColor': dragIndicatorTintColor?.value,
    'backgroundColor': backgroundColor?.value,
    'titleLabelFont': titleLabelFont?.toMap(),
    'cornerRadius': cornerRadius,
  };
}