AppBarLayoutDelegate constructor

AppBarLayoutDelegate(
  1. {required Map<AppBarItem, dynamic> children}
)

Implementation

AppBarLayoutDelegate({
  required this.children,
}) : super(key: ValueKey(children.hashCode));