ZdsCardWithActions constructor

const ZdsCardWithActions(
  1. {Key? key,
  2. List<Widget>? actions,
  3. List<Widget>? children,
  4. ZdsCardDirection direction = ZdsCardDirection.horizontal,
  5. VoidCallback? onTap}
)

Creates a card with a bottom section to display status/action information.

Implementation

const ZdsCardWithActions