EmergentAppBarTheme constructor

const EmergentAppBarTheme({
  1. Key? key,
  2. required Widget hcChild,
})

Implementation

const EmergentAppBarTheme({super.key, required this.hcChild})
    : super(child: hcChild);