SDCard constructor

SDCard({Widget mediaContent, @required Widget content, String subtitle, String title, List<Widget> actions, Color backgroundColor })

Implementation

SDCard(
    {this.mediaContent,
    @required this.content,
    this.subtitle,
    this.title,
    this.actions,
    this.backgroundColor});