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