key property

IconData key
final

Implementation

static final key = IconData(
  'key',
  shapes: [_circle(7, 17, 3), _path('M10 17h11v-3h-3v-3h-3v-3h-3l-4 4')],
);