PhoenixListview constructor
const
PhoenixListview({})
Implementation
const PhoenixListview({
Key? key,
required this.title,
required this.contents,
this.seperatorSpace,
this.seperatorColor,
this.outlineBoxContentsColor,
this.boxContentsColor,
this.callback,
this.action,
this.radiusContentsBox,
}) : super(key: key);