QkgwSOsccdHBMcWQ<T> constructor

QkgwSOsccdHBMcWQ<T>({
  1. RelativeRect? position,
  2. Widget? child,
  3. double? elevation,
  4. ThemeData? theme,
  5. String? barrierLabel,
  6. String? semanticLabel,
  7. int? duration,
  8. MaterialType? type = MaterialType.card,
})

Implementation

QkgwSOsccdHBMcWQ({
  this.position,
  this.child,
  this.elevation,
  this.theme,
  this.barrierLabel,
  this.semanticLabel,
  this.duration,
  this.type = MaterialType.card,
});