menu
jotrockenmitlockenrepo
Media/Files/file_table.dart
FileTable
FileTable.new const constructor
FileTable.new
dark_mode
light_mode
FileTable
constructor
const
FileTable
(
{
dynamic
key
,
required
List
docs
,
required
String
title
,
})
Implementation
const FileTable({super.key, required this.docs, required this.title});
jotrockenmitlockenrepo
file_table
FileTable
FileTable.new const constructor
FileTable class