FsCard constructor

FsCard({
  1. Key? key,
  2. Widget? header,
  3. Widget? center,
  4. Widget? footer,
  5. Color? color,
})

Implementation

FsCard({Key? key, this.header, this.center, this.footer, this.color})
    : super(key: key);