scrollContent property

PositionComponent get scrollContent

The content to be displayed inside the scrollable area of the modal.

Implementation

PositionComponent get scrollContent => _scrollContent;
set scrollContent (PositionComponent value)

Implementation

set scrollContent(PositionComponent value) {
  _scrollContent = value;
  rebuild();
}