IntroCardBuilder typedef

IntroCardBuilder = Widget Function(BuildContext context, IntroParams params, IntroCardDecoration decoration)

Implementation

typedef IntroCardBuilder = Widget Function(
    BuildContext context, IntroParams params, IntroCardDecoration decoration);