AwsSettingDynaflot constructor

AwsSettingDynaflot({
  1. double spaceFromRight = 10,
  2. double spaceFromBottom = 100,
  3. AwsActionDynaflot type = AwsActionDynaflot.ola,
  4. bool barrierDismissible = true,
})

Implementation

AwsSettingDynaflot(
    {this.spaceFromRight = 10,
    this.spaceFromBottom = 100,
    this.type = AwsActionDynaflot.ola,
    this.barrierDismissible = true});