GrockFocusedStyle constructor

GrockFocusedStyle({
  1. double blurSize = 3,
  2. Color blurBackgroundColor = Colors.black,
  3. double blurBackgroundColorOpacity = 0.7,
  4. Duration openedDuration = const Duration(milliseconds: 200),
  5. AlignmentGeometry scaleAlignment = Alignment.center,
  6. double borderRadius = 0,
  7. bool verticalDrag = false,
  8. Widget dragBackgroundWidget = const SizedBox(),
})

Implementation

GrockFocusedStyle({
  this.blurSize = 3,
  this.blurBackgroundColor = Colors.black,
  this.blurBackgroundColorOpacity = 0.7,
  this.openedDuration = const Duration(milliseconds: 200),
  this.scaleAlignment = Alignment.center,
  this.borderRadius = 0,
  this.verticalDrag = false,
  this.dragBackgroundWidget = const SizedBox(),
});