width property

  1. @override
double get width
override

The width of the widget used to calculate the width of the toolbar to determine if the widget overflows and should be rendered as a popup menu item

Implementation

@override
double get width => 40.0;