MediaItemStyle constructor

const MediaItemStyle({
  1. Color iconColor = Colors.white,
  2. Color bgColor = Colors.transparent,
})

Implementation

const MediaItemStyle(
    {this.iconColor = Colors.white, this.bgColor = Colors.transparent});