• Ian Hickson's avatar
    The Ink widget (#13900) · 09270dcb
    Ian Hickson authored
    This provides a way to draw colors, images, and general decorations on Material widgets, without interfering with InkWells that are further descendants of the widget.
    
    This thus provides a cleaner way to solve the issue of FlatButtons and InkWells not working when placed over Image widgets than the old hack of introducing a transparency Material.
    
    Fixes #3782.
    
    Also, some fixes to documentation, and remove a redundant property on the Image widget.
    09270dcb
flat_button.dart 7.58 KB