allowScrollInternally property

bool allowScrollInternally
final

flag to represent if this Container allows internal scrolling of the widgets along with the outer settings screen/container, if true, the list of widget inside are made scrollable, default = true

Implementation

final bool allowScrollInternally;