arrow_forward property

IconData arrow_forward

Platform-adaptive icon for arrow_forward — material icon named "arrow forward" and arrow_forward_ios — material icon named "arrow forward ios".;

Implementation

IconData get arrow_forward => !_isCupertino() ? Icons.arrow_forward : Icons.arrow_forward_ios;