StaticTable
Live preview for table
Live Demo
Component: table
Preview + Code
Name Role
Alex Admin
Sam Editor
Rae Viewer
Code
StaticTable(
  headers: const ['Name', 'Role'],
  rows: const [
    [Text('Alex'), Text('Admin')],
  ],
)

StaticTable#

Live preview for component 'table' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page