colorTipHelper property

List<Widget?>? colorTipHelper
final

Widgets which shown at left and right side of colorTip.

First value is the left side widget and second value is the right side widget. Be aware that colorTipHelper.length have to greater or equal to 2. Give null value makes default 'less' and 'more' Text.

Implementation

final List<Widget?>? colorTipHelper;