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