NoSubBanner constructor

const NoSubBanner({
  1. Key? key,
  2. required String inAppRoute,
})

Implementation

const NoSubBanner({
  Key? key,
  required this.inAppRoute,
}) : super(key: key);