menu
termui package
documentation
ui/widgets/table.dart
TableElement
cellElements property
cellElements property
dark_mode
light_mode
cellElements
property
List
<
List
<
Element
?
>
>
cellElements
getter/setter pair
Caches child elements created for cells with widget values.
Implementation
List<List<Element?>> cellElements = [];
termui package
documentation
ui/widgets/table
TableElement
cellElements property
TableElement class