QonvexUISettings constructor

QonvexUISettings({
  1. List<Widget>? appHeaderActions,
  2. IconData drawerIcon = Icons.menu,
  3. Color foregroundColor = Colors.blue,
})

Implementation

QonvexUISettings(
    {required this.appLogo,
    this.appHeaderActions,
    this.drawerIcon = Icons.menu,
    this.foregroundColor = Colors.blue});