ProxyBox constructor

ProxyBox(
  1. PwSize size, {
  2. PwBox? child,
  3. PwOffset childOffset = PwOffset.zero,
  4. BoxDecoration? decoration,
  5. void onPaint(
    1. Context context,
    2. PwOffset offset
    )?,
  6. void onNote(
    1. Context context,
    2. PwOffset offset
    )?,
  7. double? baselineOverride,
})

ProxyBox API.

Implementation

ProxyBox(
  super.size, {
  this.child,
  this.childOffset = PwOffset.zero,
  this.decoration,
  this.onPaint,
  this.onNote,
  this.baselineOverride,
});