RistoFooterBuilder typedef
RistoFooterBuilder =
Widget Function(BuildContext context, Color accentColor)
Builder for the footer area of the card, passing down the semantic accent color.
Implementation
typedef RistoFooterBuilder =
Widget Function(BuildContext context, Color accentColor);