• Greg Spencer's avatar
    Implements focus handling and hover for Material buttons. (#31438) · bb3c6605
    Greg Spencer authored
    This implements focus and hover handling for Material buttons. It inserts Focus widgets into the tree in order to allow buttons to be focusable via keyboard traversal (a.k.a. TAB traversal), and Listener widgets into the InkWell to allow the detection of hover states for widgets.
    
    Addresses #11344, #1608, and #13264.
    bb3c6605
floating_action_button_theme_test.dart 7.48 KB