MfmSmall constructor Null safety

MfmSmall(
  1. List<MfmInline> children
)

Implementation

MfmSmall(List<MfmInline> children) : super(type: "small", children: children);