/// section normal titcle color
public var titleColor: UIColor = .lightGray
/// section title font
public var titleFont: UIFont = UIFont.systemFont(ofSize: 10)
/// section selected titcle color
public var titleColorForSelected: UIColor = .white
/// section selected background color
public var backgroundColorForSelected: UIColor = .blue
/// section width&height
public var sectionWH: CGFloat = 16
/// section vertical spacing
public var sectionSpacing: CGFloat = 4
/// show bubble view, default is true
public var showBubble = true
/// the configure of the bubble view
public var bubbleConfigure = BubbleConfigure()