MfmCenter constructor Null safety

MfmCenter(
  1. {List<MfmNode>? children}
)

Implementation

MfmCenter({super.children}) : super(type: "center");