reactive_theme library

The code is defining a Dart library called "reactive_theme".

Classes

ReactiveMode
The ReactiveMode class provides a static method to check if the current theme mode is dark mode.
ReactiveSwitch
ReactiveThemeBtn
ReactiveThemer
The ReactiveThemer class is a StatelessWidget that wraps a MaterialApp and provides a way to change the theme dynamically.

Typedefs

ReactiveApp = Widget Function(ThemeMode reactiveMode)