LazyColumn constructor
const
LazyColumn({})
Implementation
const LazyColumn({
Key? key,
this.title,
required this.children,
this.backgroundImage,
this.showGradient = true,
}) : super(key: key);
const LazyColumn({
Key? key,
this.title,
required this.children,
this.backgroundImage,
this.showGradient = true,
}) : super(key: key);