ScrollbarProps class
check RawScrollbar props description
Constructors
- ScrollbarProps({OutlinedBorder? shape, Radius? radius, double? thickness, double mainAxisMargin = 0.0, double crossAxisMargin = 0.0, Duration fadeDuration = const Duration(milliseconds: 300), Duration timeToFade = const Duration(milliseconds: 600), Duration pressDuration = Duration.zero, Color? trackBorderColor, Color? trackColor, Color? thumbColor, double minThumbLength = 18.0, double? minOverscrollLength, Radius? trackRadius, ScrollbarOrientation? scrollbarOrientation, bool? thumbVisibility, bool? trackVisibility, bool? interactive, ScrollNotificationPredicate notificationPredicate = defaultScrollNotificationPredicate})
 - 
          
            const
 
Properties
- crossAxisMargin → double
 - 
  
  final
 - fadeDuration → Duration
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - interactive → bool?
 - 
  
  final
 - mainAxisMargin → double
 - 
  
  final
 - minOverscrollLength → double?
 - 
  
  final
 - minThumbLength → double
 - 
  
  final
 - notificationPredicate → ScrollNotificationPredicate
 - 
  
  final
 - pressDuration → Duration
 - 
  
  final
 - radius → Radius?
 - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - scrollbarOrientation → ScrollbarOrientation?
 - 
  
  final
 - shape → OutlinedBorder?
 - 
  
  final
 - thickness → double?
 - 
  
  final
 - thumbColor → Color?
 - 
  
  final
 - thumbVisibility → bool?
 - 
  
  final
 - timeToFade → Duration
 - 
  
  final
 - trackBorderColor → Color?
 - 
  
  final
 - trackColor → Color?
 - 
  
  final
 - trackRadius → Radius?
 - 
  
  final
 - trackVisibility → bool?
 - 
  
  final
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited