SchematicIcon constructor
- Key? key,
- double size = 20,
- Brightness? brightness,
Creates a schematic icon at the given size.
Implementation
const SchematicIcon({super.key, this.size = 20, this.brightness});
Creates a schematic icon at the given size.
const SchematicIcon({super.key, this.size = 20, this.brightness});