menu
easy_software package
documentation
tables/rows.dart
TextRow
TextRow.new const constructor
TextRow.new const constructor
dark_mode
light_mode
TextRow
constructor
const
TextRow
(
{
Key
?
key
,
required
String
value
,
TextStyle
?
textStyle
,
})
Implementation
const TextRow({ super.key, required this.value, this.textStyle, });
easy_software package
documentation
tables/rows
TextRow
TextRow.new const constructor
TextRow class