isAlwaysShown property Null safety

  1. @Deprecated('Use thumbVisibility instead. ' 'This feature was deprecated after v2.9.0-1.0.pre.')
bool? isAlwaysShown
final

Overrides the default value of Scrollbar.isAlwaysShown in all descendant Scrollbar widgets.

Deprecated in favor of thumbVisibility.

Implementation

@Deprecated(
  'Use thumbVisibility instead. '
  'This feature was deprecated after v2.9.0-1.0.pre.',
)
final bool? isAlwaysShown;