ChatMinusInSolid constructor

const ChatMinusInSolid({
  1. Key? key,
  2. Color? color,
  3. double? width,
  4. double? height,
})

Implementation

const ChatMinusInSolid({super.key, this.color, this.width, this.height});