content property

Widget? content
final

The supporting informations of the column. Usually a column. If using text as one of column children, it's recommended to have smaller text size than title. (e.g. caption / overline)

Implementation

final Widget? content;