menu
nabit_app
screens\interest\component\title_component.dart
TitleComponent
TitleComponent const constructor
TitleComponent
dark_mode
light_mode
TitleComponent
constructor
const
TitleComponent
(
{
Key
?
key
,
required
String
title
,
required
int
minSelectNo
}
)
Implementation
const TitleComponent({super.key, required this.title, required this.minSelectNo});
nabit_app
title_component
TitleComponent
TitleComponent const constructor
TitleComponent class