ScrollToBottomStyle constructor

ScrollToBottomStyle({
  1. Color? backgroundColor,
  2. Color? textColor,
  3. double bottom = 70.0,
  4. double? left,
  5. double right = 20.0,
  6. double? top,
  7. double height = 45.0,
  8. double width = 45.0,
  9. IconData? icon,
})

Implementation

ScrollToBottomStyle({
  this.backgroundColor,
  this.textColor,
  this.bottom = 70.0,
  this.left,
  this.right: 20.0,
  this.top,
  this.height: 45.0,
  this.width: 45.0,
  this.icon,
});