WrapCardView constructor

const WrapCardView({
  1. Key? key,
  2. required Widget child,
  3. String? headerName,
  4. bool isWrapExpanded = false,
})

Implementation

const WrapCardView({super.key, required this.child, this.headerName, this.isWrapExpanded = false});