height property

  1. @override
double get height
override

The amount of vertical space occupied by this entry.

This value is used at the time the showMenu method is called, if the initialValue argument is provided, to determine the position of this entry when aligning the selected entry over the given position. It is otherwise ignored.

Implementation

@override
double get height => throw UnimplementedError();