more_rounded property

IconData more_rounded

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

Implementation

IconData get more_rounded => !_isCupertino() ? Icons.more_vert_rounded : Icons.more_horiz_rounded;