ChartTextStyleBuilder<T extends ChartState> typedef
ChartTextStyleBuilder<T extends ChartState> =
TextStyle Function(T state)
Signature for the callback function that is called when need to create the instance of TextStyle according to the state.
Implementation
typedef ChartTextStyleBuilder<T extends ChartState> = TextStyle Function(T state);