LazyColumnTitle constructor

const LazyColumnTitle({
  1. Key? key,
  2. required String title,
})

Implementation

const LazyColumnTitle({
  Key? key,
  required this.title,
}) : super(key: key);