menu
k_chart_plus package
documentation
indicator/indicator_template.dart
IndicatorTemplate<T, K>
getTextStyle method
getTextStyle method
dark_mode
light_mode
getTextStyle
method
TextStyle
getTextStyle
(
Color
?
color
)
text format
Implementation
TextStyle getTextStyle(Color? color) { return TextStyle(fontSize: 10, color: color); }
k_chart_plus package
documentation
indicator/indicator_template
IndicatorTemplate<T, K>
getTextStyle method
IndicatorTemplate class