GravityIconData constructor

const GravityIconData(
  1. String name
)

References a kebab-case name in the bundled Gravity SVG assets, without an .svg suffix. Construction does not validate that the asset exists.

Implementation

const GravityIconData(this.name);