termsAndConditions property

RouteHref termsAndConditions
getter/setter pair

Implementation

static RouteHref termsAndConditions = RouteHref(
    path: '/terms_and_conditions',
    animated: (event) => !isLargeFormatWeb(event.context!),
    titleBuilder: (_) => "Terms and Conditions",
    builder: (_) => const LegalScreen(type: LegalType.termsAndConditions));