TextBlock.$3 constructor

TextBlock.$3([
  1. String? text,
  2. dynamic init
])

Implementation

factory TextBlock.$3([
  _i2.String? text,
  _i2.dynamic init,
]) =>
    _i4.callConstructor(
      _declaredTextBlock,
      [
        text ?? _i5.undefined,
        init ?? _i5.undefined,
      ],
    );