Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
theme_cubit.dart File Reference
import package;
import material.dart;
import equatable.dart;
import flutter_bloc.dart;
import shared_preferences.dart;
Include dependency graph for theme_cubit.dart:

Go to the source code of this file.

Classes

class  Equatable
class  ThemeModeEvent
class  Bloc< ThemeModeEvent, ThemeModeState >

Functions

class ThemeModeState extends Equatable ThemeModeEvent ()
const ThemeModeState ({required this.themeMode})
const ChangeThemeMode (this.themeMode)

Variables

final ThemeMode themeMode
override List< Object?> get props => [themeMode]

Function Documentation

◆ ChangeThemeMode()

const ChangeThemeMode ( this. themeMode)
Here is the caller graph for this function:

◆ ThemeModeEvent()

class ThemeModeState extends Equatable ThemeModeEvent ( )
Here is the call graph for this function:

◆ ThemeModeState()

const ThemeModeEvent::ThemeModeState ( {required this.themeMode} )
Here is the caller graph for this function:

Variable Documentation

◆ props

override List<Object?> get props => [themeMode]

Definition at line 5 of file theme_cubit.dart.

◆ themeMode

class LoadThemeMode extends ThemeModeEvent themeMode

Definition at line 0 of file theme_cubit.dart.