menu
tadamon
features/pages/home_page/logic/cubit/home_cubit.dart
HomeLoaded
HomeLoaded.new const constructor
HomeLoaded.new
dark_mode
light_mode
HomeLoaded
constructor
const
HomeLoaded
(
{
required
List
<
String
>
imageUrls
,
required
int
currentPage
,
})
Implementation
const HomeLoaded({required this.imageUrls, required this.currentPage});
tadamon
home_cubit
HomeLoaded
HomeLoaded.new const constructor
HomeLoaded class