ActionCard constructor

const ActionCard({
  1. Key? key,
  2. required List<String> children,
  3. bool isLeading = false,
})

Implementation

const ActionCard({super.key, required this.children, this.isLeading = false, });