menu
flutter_chen_kchart package
documentation
k_chart_widget.dart
KChartController
triggerHaptic method
triggerHaptic method
dark_mode
light_mode
triggerHaptic
method
void
triggerHaptic
(
{
String
type
=
'light'
,
})
Implementation
void triggerHaptic({String type = 'light'}) { _state?.triggerHaptic(type: type); }
flutter_chen_kchart package
documentation
k_chart_widget
KChartController
triggerHaptic method
KChartController class