JsonPositionedBuilderModel constructor

const JsonPositionedBuilderModel(
  1. Map<String, dynamic> args, {
  2. double? bottom,
  3. double? height,
  4. double? left,
  5. double? right,
  6. double? top,
  7. double? width,
  8. required JsonWidgetData child,
})

Implementation

const JsonPositionedBuilderModel(
  super.args, {
  this.bottom,
  this.height,
  this.left,
  this.right,
  this.top,
  this.width,
  required this.child,
});