SettingsContainer constructor

SettingsContainer(
  1. {List<Widget> children,
  2. bool allowScrollInternally = false,
  3. double leftPadding = 0.0}
)

Implementation

SettingsContainer({
  this.children,
  this.allowScrollInternally = false,
  this.leftPadding = 0.0,
});