children property

List<Widget>? children
final

recommend that children only be BSRow; however, non-BSRow children will be accepted. If the non-BSRow children add width this will produce unexpected results, and may cause errors. It is acceptable to wrap BSRow in a Widget such as a GestureDetector

Implementation

final List<Widget>? children;