arrow_forward_sharp property Null safety

IconData arrow_forward_sharp
override

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;