more property

IconData more

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

Implementation

IconData get more => !_isCupertino() ? Icons.more_vert : Icons.more_horiz;