menu
nabit_app
screens\interest\interest_screen.dart
InterestScreen
InterestScreen const constructor
InterestScreen
dark_mode
light_mode
InterestScreen
constructor
const
InterestScreen
(
{
Key
?
key
,
required
List
<
InterestModel
>
interestData
}
)
Implementation
const InterestScreen({super.key, required this.interestData});
nabit_app
interest_screen
InterestScreen
InterestScreen const constructor
InterestScreen class