1. 05 Jun, 2023 1 commit
    • Kate Lovett's avatar
      Remove scrollbar deprecations isAlwaysShown and hoverThickness (#127351) · a3ddead1
      Kate Lovett authored
      The deprecated `[RawScrollbar/Scrollbar/CupertinoScrollbar/ScrollbarThemeData].isAlwaysShown` has expired and is removed in thi PR.
      Also, `Scrollbar.hoverThickness` is also removed after having expired.
      
      The replacement for `isAlwaysShown` is `thumbVisibility`. This deprecation was introduced in #96957. The name change came from new behaviors like a track that is conditionally visible. Since the original API only referred to the thumb, the name was changed to reflect this intention. This change is supported by dart fix. ✅ 
      
      The replacement for `hoverThickness` is `ScrollbarThemeData.thickness`, which is a MaterialStateProperty that allows for the thickness to respond to multiple states including hover. This deprecation was introduced in #97173. This change is not supported by dart fix. 😞  
      
      Part of https://github.com/flutter/flutter/issues/127042
      a3ddead1
  2. 17 Feb, 2023 1 commit
  3. 16 Feb, 2023 1 commit
  4. 24 Jan, 2023 1 commit
  5. 16 Sep, 2022 1 commit
  6. 10 Aug, 2022 1 commit
  7. 02 Jun, 2022 1 commit
  8. 25 May, 2022 1 commit
  9. 14 Apr, 2022 1 commit
  10. 01 Mar, 2022 1 commit
  11. 26 Jan, 2022 1 commit
  12. 24 Jan, 2022 1 commit
  13. 04 Dec, 2021 1 commit
  14. 12 Jun, 2021 1 commit
  15. 18 Feb, 2021 1 commit
  16. 13 Jan, 2021 1 commit