RowContent constructor

RowContent([
  1. Map<String, Content>? cols
])

Implementation

RowContent([Map<String, Content>? cols]) : super("", cols ?? {});