AppBarColumn constructor
const
AppBarColumn({
- Key? key,
- required AppBarController controller,
- required BoxConstraints constraints,
- required List<
Widget> children,
Implementation
const AppBarColumn({
super.key,
required this.controller,
required this.constraints,
required this.children,
});