IconSlideActionModel constructor

IconSlideActionModel({
  1. Color? color,
  2. bool closeOnTap = true,
  3. IconData? icon,
  4. Color? foregroundColor,
})

Implementation

IconSlideActionModel(
    {this.color, this.closeOnTap = true, this.icon, this.foregroundColor});