chevron_left constant

IconData const chevron_left

chevron_left — material icon named "chevron left".

Implementation

static const IconData chevron_left = IconData(
  0xe15e,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);