Unverified Commit 640ae7a3 authored by Kabo's avatar Kabo Committed by GitHub

Fix documentation for material Scrollbar.radius (#78004)

parent 70aa0457
...@@ -151,7 +151,7 @@ class Scrollbar extends StatefulWidget { ...@@ -151,7 +151,7 @@ class Scrollbar extends StatefulWidget {
/// default thickness of 8.0 pixels. /// default thickness of 8.0 pixels.
final double? thickness; final double? thickness;
/// The color of the scrollbar thumb. /// The [Radius] of the scrollbar thumb's rounded rectangle corners.
/// ///
/// If null, the default value is platform dependent. On [TargetPlatform.android], /// If null, the default value is platform dependent. On [TargetPlatform.android],
/// no radius is applied to the scrollbar thumb. On [TargetPlatform.iOS], /// no radius is applied to the scrollbar thumb. On [TargetPlatform.iOS],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment