IconWidget constructor

const IconWidget(
  1. IconData iconWidget, {
  2. Key? key,
  3. Color iconColor = Colors.white,
})

Implementation

const IconWidget(this.iconWidget, {Key? key, this.iconColor = Colors.white})
    : super(key: key);