threshold property

double threshold
final

The screen width threshold (in logical pixels) below which the leading icon is hidden and displayed in a tooltip instead.

When the screen width is less than this threshold and a leading icon is provided, the button will show only the leading icon, with the main child content available via tooltip.

Defaults to 350.

Implementation

final double threshold;