menu
contacto
providers/interface_provider.dart
InterfaceProvider
refresh property
refresh
brightness_4
brightness_5
refresh
property
bool
refresh
Implementation
bool get refresh => _refresh;
void
refresh=
(
bool
refresh
)
Implementation
set refresh(bool refresh) { _refresh = refresh; notifyListeners(); }
contacto
interface_provider
InterfaceProvider
refresh property
InterfaceProvider class