contentScrollHandles property

  1. @Deprecated('Usage of scroll handles seem to be low while its maintenance burden far outweighs its benefits. Please open an issue at https://github.com/duobaseio/forui/issues if you use it and think otherwise.')
bool contentScrollHandles
final

True if the content should show scroll handles instead of a scrollbar. Defaults to false.

Implementation

@Deprecated(
  'Usage of scroll handles seem to be low while its maintenance burden far outweighs its benefits. Please open an issue at https://github.com/duobaseio/forui/issues if you use it and think otherwise.',
)
final bool contentScrollHandles;