menu
flutter_waya package
documentation
components/counter.dart
CountBuilder typedef
CountBuilder typedef
dark_mode
light_mode
CountBuilder
typedef
CountBuilder
=
Widget
Function
(
int
count
,
String
text
)
Implementation
typedef CountBuilder = Widget Function(int count, String text);
flutter_waya package
documentation
components/counter
CountBuilder typedef
counter library