menu
nabit_app
screens\business_screens\components\premium_plan_card.dart
PremiumPlanCard
PremiumPlanCard const constructor
PremiumPlanCard
dark_mode
light_mode
PremiumPlanCard
constructor
const
PremiumPlanCard
(
{
Key
?
key
,
String
?
title
,
String
?
amount
,
String
?
duration
}
)
Implementation
const PremiumPlanCard({super.key, this.title, this.amount, this.duration});
nabit_app
premium_plan_card
PremiumPlanCard
PremiumPlanCard const constructor
PremiumPlanCard class