VastuCompass constructor
const
VastuCompass({})
Implementation
const VastuCompass({
super.key,
required this.aCategoryDataModel,
this.isLoggedIn = false,
this.isPaid = false,
this.forUnPaidUserRemediesMessage = "Please pay to see all",
this.forNotLoggedUserEffectMessage = "Please login to see all content",
required this.onAction,
});