• Ian Hickson's avatar
    Support setting the elevation of disabled floating action buttons (#24728) · 29928a46
    Ian Hickson authored
    Previously, a disabled floating action button always had zero
    elevation, which looks dumb.
    
    This also fixes the issue whereby highlightElevation was not honoured
    on floating action buttons.
    
    This also fixes an issue I found during testing whereby setState was
    being called during build when onHighlightChanged fired due to
    onPressed becoming null while a gesture is ongoing (which triggers an
    onTapCancel synchronously during build).
    29928a46
Name
Last commit
Last update
..
src Loading commit data...
analysis_options_user.yaml Loading commit data...
animation.dart Loading commit data...
cupertino.dart Loading commit data...
foundation.dart Loading commit data...
gestures.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
physics.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
semantics.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...