arrow_forward_sharp property

IconData arrow_forward_sharp

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

Implementation

IconData get arrow_forward_sharp => !_isCupertino() ? Icons.arrow_forward_sharp : Icons.arrow_forward_ios_sharp;