SchematicIcon constructor

const SchematicIcon({
  1. Key? key,
  2. double size = 20,
  3. Brightness? brightness,
})

Creates a schematic icon at the given size.

Implementation

const SchematicIcon({super.key, this.size = 20, this.brightness});