StreamActionCard constructor

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

Implementation

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