DGHubAppBarListWidget constructor

const DGHubAppBarListWidget({
  1. required AppBarStyle init,
  2. required dynamic result(
    1. AppBarStyle selected
    ),
  3. Key? key,
})

Implementation

const DGHubAppBarListWidget(
    {required this.init, required this.result, super.key});