menu
flutter_slick package
documentation
components/layout/grid/table_text_cell.dart
TextCell
TextCell.new const constructor
TextCell.new const constructor
dark_mode
light_mode
TextCell
constructor
const
TextCell
(
{
required
String
title
,
Key
?
key
,
})
Implementation
const TextCell({required this.title, super.key});
flutter_slick package
documentation
components/layout/grid/table_text_cell
TextCell
TextCell.new const constructor
TextCell class