menu
plume package
documentation
widget/counter.dart
CounterState
refresh method
refresh method
dark_mode
light_mode
refresh
method
dynamic
refresh
(
String
title
)
Implementation
refresh(String title) { setState(() { _title = title; }); widget.onRefreshed!.call(); }
plume package
documentation
widget/counter
CounterState
refresh method
CounterState class