more_sharp property Null safety
override
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;