LiquidSecondaryAppBar constructor

LiquidSecondaryAppBar({
  1. required String title,
  2. double height = 56,
  3. Widget trailing = const Text(''),
  4. Key? key,
})

Implementation

LiquidSecondaryAppBar(
    {required this.title,
    this.height = 56,
    this.trailing = const Text(''),
    this.key});