more_sharp property

IconData more_sharp

Platform-adaptive icon for more_vert — material icon named "more vert" (sharp) and more_horiz — material icon named "more horiz" (sharp).;

Implementation

IconData get more_sharp => !_isCupertino() ? Icons.more_vert_sharp : Icons.more_horiz_sharp;