menu
freelance package
documentation
widgets/page/lazy_column/lazy_column_title.dart
LazyColumnTitle
LazyColumnTitle const constructor
LazyColumnTitle const constructor
dark_mode
light_mode
LazyColumnTitle
constructor
const
LazyColumnTitle
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const LazyColumnTitle({ Key? key, required this.title, }) : super(key: key);
freelance package
documentation
widgets/page/lazy_column/lazy_column_title
LazyColumnTitle
LazyColumnTitle const constructor
LazyColumnTitle class