IconData constructor

const IconData(
  1. String name, {
  2. String viewBox = '0 0 24 24',
  3. required List<IconShape> shapes,
})

Creates an icon definition.

Implementation

const IconData(this.name, {this.viewBox = '0 0 24 24', required this.shapes});