isAlwaysShown property Null safety

bool? isAlwaysShown
Deprecated('Use thumbVisibility instead. ' 'This feature was deprecated after v2.9.0-1.0.pre.')">@Deprecated('Use thumbVisibility instead. ' 'This feature was deprecated after v2.9.0-1.0.pre.')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;